++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Asia/Khandyga
+ echo 'Choosen random timezone Asia/Khandyga'
+ ln -snf /usr/share/zoneinfo/Asia/Khandyga /etc/localtime
Choosen random timezone Asia/Khandyga
+ echo Asia/Khandyga
+ dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.12.76.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-server (24.3.12.76.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.12.76.altinitystable+msan) ...
Setting up clickhouse-client (24.3.12.76.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.12.76.altinitystable.
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=53200896
+ sed --follow-symlinks -i 's|[[:digit:]]\+|53200896|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=53567488
+ sed --follow-symlinks -i 's|[[:digit:]]\+|53567488|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
x86_64
Adding azure configuration
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ ./minio server --address :11111 ./minio_data
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:44339 http://127.0.0.1:44339
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (44339), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDeniedAccess Denied./182A006B597775B043ab26ef-792e-4e35-aac7-c5678fc7bcee
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 260 root 10u IPv6 26490 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
02366_data.jsonl
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 114.68 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 94.57 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 36.10 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.86 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.49 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.27 KiB/s
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.15 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Mar 6 04:57 .
drwxr-xr-x 1 root root 4.0K Mar 6 04:57 ..
-rw-rw-r-- 1 1000 1000 300 Mar 6 04:54 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 22:22 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Mar 6 04:57 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Mar 6 04:57 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Mar 6 04:57 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 23:04 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Mar 6 04:57 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 2.5K Mar 6 04:54 broken_tests.json
drwxr-xr-x 5 root root 340 Mar 6 04:56 dev
-rwxr-xr-x 1 root root 0 Mar 6 04:56 .dockerenv
drwxr-xr-x 1 root root 4.0K Mar 6 04:57 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 23:04 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 23:04 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 22:42 mc
drwxr-xr-x 2 root root 4.0K Sep 11 23:04 media
-rwxr-xr-x 1 root root 114M Oct 31 22:42 minio
drwxr-xr-x 4 root root 4.0K Mar 6 04:57 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 23:04 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 23:04 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Mar 6 04:56 package_folder
dr-xr-xr-x 340 root root 0 Mar 6 04:56 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 22:22 process_functional_tests_result.py
drwx------ 1 root root 4.0K Mar 6 04:57 root
drwxr-xr-x 1 root root 4.0K Mar 6 04:57 run
-rwxrwxr-x 1 root root 16K Oct 31 22:22 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 23:04 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 22:22 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 22:22 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 22:22 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 23:04 srv
-rw-rw-r-- 1 root root 13K Oct 31 22:22 stress_tests.lib
dr-xr-xr-x 13 root root 0 Mar 6 04:56 sys
drwxrwxr-x 2 1000 1000 4.0K Mar 6 04:56 test_output
drwxrwxrwt 1 root root 4.0K Mar 6 04:57 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 23:04 usr
-rw-rw-r-- 1 root root 833 Oct 31 22:22 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 23:07 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 553 clickhouse 322u IPv4 37356 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "PUT /devstoreaccount1/cont/iyhtvwmpsanpgslbuwxdtplutptiwkgh?blockid=ixmwxppwcwhwnldedswuecnsassiwajtjrpalecbzmidizbssxzhomsfexelmyut&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "PUT /devstoreaccount1/cont/iyhtvwmpsanpgslbuwxdtplutptiwkgh?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "GET /devstoreaccount1/cont/iyhtvwmpsanpgslbuwxdtplutptiwkgh HTTP/1.1" 206 4
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "GET /devstoreaccount1/cont/iyhtvwmpsanpgslbuwxdtplutptiwkgh HTTP/1.1" 206 2
127.0.0.1 - - [05/Mar/2025:19:58:02 +0000] "DELETE /devstoreaccount1/cont/iyhtvwmpsanpgslbuwxdtplutptiwkgh HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 741
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 0 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 0 --run-by-hash-total 6 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2025-03-06 04:58:54 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-03-06 04:58:54 Connecting to ClickHouse server... OK
2025-03-06 04:58:54 Connected to server 24.3.12.76.altinitystable @ da27279116c0c6a39ac94f6f146e5eed531f6b3d HEAD
2025-03-06 04:58:54 Found 943 parallel tests and 95 sequential tests
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-6).
2025-03-06 04:58:55
2025-03-06 04:58:55 03210_nested_short_circuit_functions_bug: [ OK ] 0.75 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-3).
2025-03-06 04:58:55
2025-03-06 04:58:55 03230_anyHeavy_merge: [ OK ] 0.77 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-5).
2025-03-06 04:58:55
2025-03-06 04:58:55 03165_order_by_duplicate: [ OK ] 0.78 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-2).
2025-03-06 04:58:55
2025-03-06 04:58:55 03165_distinct_with_window_func_crash: [ OK ] 0.80 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-4).
2025-03-06 04:58:55
2025-03-06 04:58:55 03142_alter_comment_parameterized_view: [ OK ] 0.82 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-8).
2025-03-06 04:58:55
2025-03-06 04:58:55 03127_argMin_combinator_state: [ OK ] 0.95 sec.
2025-03-06 04:58:55
2025-03-06 04:58:55 Running about 117 stateless tests (ForkPoolWorker-9).
2025-03-06 04:58:55
2025-03-06 04:58:55 03142_untuple_crash: [ OK ] 1.02 sec.
2025-03-06 04:58:56 03016_analyzer_groupby_fuzz_59796: [ OK ] 0.71 sec.
2025-03-06 04:58:56 03032_scalars_create_as_select: [ OK ] 0.79 sec.
2025-03-06 04:58:56 03015_aggregator_empty_data_multiple_blocks: [ OK ] 0.75 sec.
2025-03-06 04:58:56 03014_group_by_use_nulls_injective_functions_and_analyzer: [ OK ] 0.76 sec.
2025-03-06 04:58:56 03015_peder1001: [ OK ] 1.05 sec.
2025-03-06 04:58:56
2025-03-06 04:58:56 Running about 117 stateless tests (ForkPoolWorker-7).
2025-03-06 04:58:56
2025-03-06 04:58:56 03174_low_cardinality_group_by_distributed_plan: [ OK ] 2.09 sec.
2025-03-06 04:58:57 03013_repeat_with_nonnative_integers: [ OK ] 0.75 sec.
2025-03-06 04:58:57 03013_position_const_start_pos: [ OK ] 0.72 sec.
2025-03-06 04:58:57 03010_read_system_parts_table_test: [ OK ] 0.96 sec.
2025-03-06 04:58:57 03014_window_view_crash: [ OK ] 1.88 sec.
2025-03-06 04:58:57 03014_msan_parse_date_time: [ OK ] 1.40 sec.
2025-03-06 04:58:57 03003_enum_and_string_compatible: [ OK ] 0.68 sec.
2025-03-06 04:58:57 03022_alter_materialized_view_query_has_inner_table: [ OK ] 2.36 sec.
2025-03-06 04:58:58 02999_scalar_subqueries_bug_1: [ OK ] 0.99 sec.
2025-03-06 04:58:59 03002_int_div_decimal_with_date_bug: [ OK ] 1.80 sec.
2025-03-06 04:58:59 02999_variant_suspicious_types: [ OK ] 1.60 sec.
2025-03-06 04:58:59 03003_analyzer_setting: [ OK ] 1.84 sec.
2025-03-06 04:59:00 03003_prql_panic: [ OK ] 2.31 sec.
2025-03-06 04:59:00 02998_analyzer_secret_args_tree_node: [ OK ] 0.71 sec.
2025-03-06 04:59:00 02998_http_redirects: [ OK ] 1.40 sec.
2025-03-06 04:59:00 03003_database_filesystem_format_detection: [ OK ] 3.26 sec.
2025-03-06 04:59:00 02998_projection_after_attach_partition: [ OK ] 1.07 sec.
2025-03-06 04:59:01 02994_inconsistent_formatting: [ OK ] 0.77 sec.
2025-03-06 04:59:01 02986_leftpad_fixedstring: [ OK ] 1.00 sec.
2025-03-06 04:59:02 02990_format_select_from_explain: [ OK ] 1.44 sec.
2025-03-06 04:59:02 02982_dont_infer_exponent_floats: [ OK ] 0.78 sec.
2025-03-06 04:59:03 02985_minmax_index_aggregate_function: [ OK ] 2.34 sec.
2025-03-06 04:59:03 02981_translate_fixedstring: [ OK ] 0.74 sec.
2025-03-06 04:59:04 02992_analyzer_group_by_const: [ OK ] 3.55 sec.
2025-03-06 04:59:04 02982_comments_in_system_tables: [ OK ] 2.70 sec.
2025-03-06 04:59:04 02995_forget_partition: [ OK ] 5.06 sec.
2025-03-06 04:59:05 02974_analyzer_array_join_subcolumn: [ OK ] 1.51 sec.
2025-03-06 04:59:05 02974_if_with_map: [ OK ] 1.59 sec.
2025-03-06 04:59:05 02994_sanity_check_settings: [ OK ] 5.65 sec.
2025-03-06 04:59:06 02973_block_number_sparse_serialization_and_mutation: [ OK ] 2.26 sec.
2025-03-06 04:59:07 02969_functions_to_subcolumns_if_null: [ OK ] 1.18 sec.
2025-03-06 04:59:07 02970_visible_width_behavior: [ OK ] 1.34 sec.
2025-03-06 04:59:07 02967_fuzz_bad_cast: [ OK ] 1.04 sec.
2025-03-06 04:59:08 03008_uniq_exact_equal_ranges: [ OK ] 11.57 sec.
2025-03-06 04:59:09 02962_join_using_bug_57894: [ OK ] 1.03 sec.
2025-03-06 04:59:09 02963_single_value_destructor: [ OK ] 1.93 sec.
2025-03-06 04:59:10 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 6.47 sec.
2025-03-06 04:59:10 02962_parallel_window_functions_different_partitioning: [ OK ] 0.94 sec.
2025-03-06 04:59:10 02960_alter_table_part_query_parameter: [ OK ] 0.75 sec.
2025-03-06 04:59:10 02966_nested_offsets_subcolumn: [ OK ] 3.82 sec.
2025-03-06 04:59:11 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 6.40 sec.
2025-03-06 04:59:11 02943_variant_element: [ OK ] 1.00 sec.
2025-03-06 04:59:12 02972_insert_deduplication_token_hierarchical_inserts: [ OK ] 6.57 sec.
2025-03-06 04:59:12 02956_clickhouse_local_system_parts: [ OK ] 2.23 sec.
2025-03-06 04:59:14 02933_ephemeral_mv: [ OK ] 1.26 sec.
2025-03-06 04:59:16 02922_server_exit_code: [ OK ] 2.81 sec.
2025-03-06 04:59:21 02922_respect_nulls_parser: [ OK ] 6.93 sec.
2025-03-06 04:59:22 02918_parallel_replicas_custom_key_unavailable_replica: [ OK ] 5.32 sec.
2025-03-06 04:59:24 02918_join_pm_lc_crash: [ OK ] 2.67 sec.
2025-03-06 04:59:24 02922_respect_nulls_extensive: [ OK ] 11.59 sec.
2025-03-06 04:59:25 02918_analyzer_to_ast_crash: [ OK ] 2.01 sec.
2025-03-06 04:59:25 03012_parser_backtracking: [ OK ] 27.90 sec.
2025-03-06 04:59:26 02916_set_formatting: [ OK ] 2.77 sec.
2025-03-06 04:59:26 02955_analyzer_using_functional_args: [ OK ] 16.24 sec.
2025-03-06 04:59:28 02915_analyzer_fuzz_2: [ OK ] 2.65 sec.
2025-03-06 04:59:30 02935_http_content_type_with_http_headers_progress: [ OK ] 19.32 sec.
2025-03-06 04:59:30 02910_nullable_enum_cast: [ OK ] 1.35 sec.
2025-03-06 04:59:30 02911_add_index_and_materialize_index: [ OK ] 3.51 sec.
2025-03-06 04:59:30 02915_input_table_function_in_subquery: [ OK ] 5.58 sec.
2025-03-06 04:59:30 02915_analyzer_fuzz_6: [ OK ] 5.17 sec.
2025-03-06 04:59:31 02910_object-json-crash-add-column: [ OK ] 4.38 sec.
2025-03-06 04:59:31 02908_filesystem_cache_as_collection: [ OK ] 0.80 sec.
2025-03-06 04:59:31 02932_kill_query_sleep: [ OK ] 20.14 sec.
2025-03-06 04:59:32 02910_bad_logs_level_in_local: [ OK ] 2.00 sec.
2025-03-06 04:59:33 02901_analyzer_recursive_window: [ OK ] 1.74 sec.
2025-03-06 04:59:34 02900_clickhouse_local_drop_current_database: [ OK ] 2.00 sec.
2025-03-06 04:59:34 02908_table_ttl_dependency: [ OK ] 4.43 sec.
2025-03-06 04:59:35 02903_client_insert_in_background: [ OK ] 3.72 sec.
2025-03-06 04:59:35 02910_replicated_merge_parameters_must_consistent: [ OK ] 5.22 sec.
2025-03-06 04:59:36 02900_matview_create_to_errors: [ OK ] 4.24 sec.
2025-03-06 04:59:36 02899_distributed_limit_by: [ OK ] 3.10 sec.
2025-03-06 04:59:36 02896_optimize_array_exists_to_has_with_date: [ OK ] 0.75 sec.
2025-03-06 04:59:36 02907_backup_restore_flatten_nested: [ OK ] 6.32 sec.
2025-03-06 04:59:37 02899_indexing_by_space_filling_curves: [ OK ] 3.29 sec.
2025-03-06 04:59:37 02891_functions_over_sparse_columns: [ OK ] 0.93 sec.
2025-03-06 04:59:38 02891_rename_table_without_keyword: [ OK ] 1.36 sec.
2025-03-06 04:59:38 02895_peak_memory_usage_http_headers_regression: [ OK ] 2.06 sec.
2025-03-06 04:59:38 02890_partition_prune_in_extra_columns: [ OK ] 0.94 sec.
2025-03-06 04:59:38 02888_obsolete_settings: [ OK ] 0.88 sec.
2025-03-06 04:59:39 02885_create_distributed_table_without_as: [ OK ] 1.03 sec.
2025-03-06 04:59:39 02886_binary_like: [ OK ] 1.29 sec.
2025-03-06 04:59:40 02881_system_detached_parts_modification_time: [ OK ] 1.17 sec.
2025-03-06 04:59:40 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.94 sec.
2025-03-06 04:59:41 02896_leading_zeroes_no_octal: [ OK ] 6.25 sec.
2025-03-06 04:59:41 02882_formatQuery: [ OK ] 2.65 sec.
2025-03-06 04:59:41 02876_s3_cluster_schema_inference_names_with_spaces: [ OK ] 0.94 sec.
2025-03-06 04:59:42 02879_use_structure_from_insertion_table_with_defaults: [ OK ] 2.50 sec.
2025-03-06 04:59:42 02883_read_in_reverse_order_virtual_column: [ OK ] 3.45 sec.
2025-03-06 04:59:42 02875_fix_column_decimal_serialization: [ OK ] 1.04 sec.
2025-03-06 04:59:44 02963_remote_read_small_buffer_size_bug: [ OK ] 37.46 sec.
2025-03-06 04:59:44 02875_parallel_replicas_remote: [ OK ] 2.89 sec.
2025-03-06 04:59:45 02874_json_merge_patch_function_test: [ OK ] 2.57 sec.
2025-03-06 04:59:45 02875_show_functions: [ OK ] 3.72 sec.
2025-03-06 04:59:45 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.76 sec.
2025-03-06 04:59:46 02864_profile_event_part_lock: [ OK ] 0.91 sec.
2025-03-06 04:59:46 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 1.40 sec.
2025-03-06 04:59:47 02861_filter_pushdown_const_bug: [ OK ] 1.50 sec.
2025-03-06 04:59:47 02870_per_column_settings: [ OK ] 2.29 sec.
2025-03-06 04:59:48 02842_vertical_merge_after_add_drop_column: [ OK ] 0.96 sec.
2025-03-06 04:59:49 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 1.93 sec.
2025-03-06 04:59:49 02845_arrayShiftRotate: [ OK ] 3.29 sec.
2025-03-06 04:59:50 02876_yyyymmddhhmmsstodatetime: [ OK ] 9.96 sec.
2025-03-06 04:59:51 02840_merge__table_or_filter: [ OK ] 1.68 sec.
2025-03-06 04:59:51 02835_join_step_explain: [ OK ] 1.20 sec.
2025-03-06 04:59:52 02841_group_array_sorted: [ OK ] 3.49 sec.
2025-03-06 04:59:52 02835_fuzz_remove_redundant_sorting: [ OK ] 1.59 sec.
2025-03-06 04:59:54 02834_array_exists_segfault: [ OK ] 1.72 sec.
2025-03-06 04:59:54 02834_timestamp_function: [ OK ] 2.79 sec.
2025-03-06 04:59:54 02841_parallel_final_wrong_columns_order: [ OK ] 6.76 sec.
2025-03-06 04:59:54 02833_local_udf_options: [ OK ] 2.08 sec.
2025-03-06 04:59:55 02831_trash: [ OK ] 0.82 sec.
2025-03-06 04:59:56 02816_check_projection_metadata: [ OK ] 1.50 sec.
2025-03-06 04:59:57 02833_local_with_dialect: [ OK ] 2.90 sec.
2025-03-06 04:59:57 02815_fix_not_found_constants_col_in_block: [ OK ] 1.03 sec.
2025-03-06 04:59:58 02815_alias_to_length: [ OK ] 0.76 sec.
2025-03-06 04:59:58 02813_func_now_and_alias: [ OK ] 0.87 sec.
2025-03-06 04:59:59 02809_has_token: [ OK ] 0.71 sec.
2025-03-06 05:00:00 02806_cte_block_cannot_be_empty: [ OK ] 0.78 sec.
2025-03-06 05:00:00 02809_has_subsequence: [ OK ] 2.22 sec.
2025-03-06 05:00:01 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 14.76 sec.
2025-03-06 05:00:01 02874_array_random_sample: [ OK ] 19.54 sec.
2025-03-06 05:00:01 02800_transform_alter: [ OK ] 1.59 sec.
2025-03-06 05:00:03 02815_no_throw_in_simple_queries: [ OK ] 7.45 sec.
2025-03-06 05:00:03 02798_generic_transform: [ OK ] 1.48 sec.
2025-03-06 05:00:05 02790_fix_coredump_when_compile_expression: [ OK ] 1.36 sec.
2025-03-06 05:00:05 02797_range_nullable: [ OK ] 3.77 sec.
2025-03-06 05:00:05 02791_final_block_structure_mismatch_bug: [ OK ] 3.68 sec.
2025-03-06 05:00:06 02802_clickhouse_disks_s3_copy: [ OK ] 5.96 sec.
2025-03-06 05:00:06 02784_schema_inference_null_as_default: [ OK ] 0.81 sec.
2025-03-06 05:00:06 02874_parquet_multiple_batches_array_inconsistent_offsets: [ FAIL ] 24.67 sec. - having stderror:
2025-03-06 05:00:06 /usr/share/clickhouse-test/queries/0_stateless/02874_parquet_multiple_batches_array_inconsistent_offsets.sh: line 126: 11099 Done cat "$DATA_FILE"
2025-03-06 05:00:06 11100 Killed | ${CLICKHOUSE_CLIENT} -q "INSERT INTO parquet_load FORMAT Parquet"
2025-03-06 05:00:06
2025-03-06 05:00:06 stdout:
2025-03-06 05:00:06 Parquet
2025-03-06 05:00:06 d41d8cd98f00b204e9800998ecf8427e -
2025-03-06 05:00:06 0
2025-03-06 05:00:06
2025-03-06 05:00:06 Settings used in the test: --max_insert_threads 15 --group_by_two_level_threshold 533495 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 5287105 --max_read_buffer_size 672114 --prefer_localhost_replica 1 --max_block_size 68309 --max_threads 34 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 23 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 25264214 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1382545772 --min_bytes_to_use_mmap_io 9742342664 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 31 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 1 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 2298060592 --min_compress_block_size 91634 --max_compress_block_size 853856 --merge_tree_compact_parts_min_granules_to_multibuffer_read 101 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6381935 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --prefer_warmed_unmerged_parts_seconds 9 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.78
2025-03-06 05:00:06
2025-03-06 05:00:06 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.47832026544430106 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 64 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 16117514 --merge_max_block_size 18953 --index_granularity 37308 --min_bytes_for_wide_part 0 --marks_compress_block_size 47281 --primary_key_compress_block_size 39280 --replace_long_file_name_to_hash 1 --max_file_name_length 68 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 402488941 --compact_parts_max_granules_to_buffer 215 --compact_parts_merge_max_bytes_to_prefetch_part 11210564 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 63 --old_parts_lifetime 254
2025-03-06 05:00:06
2025-03-06 05:00:06 Database: test_tismnx5v
2025-03-06 05:00:06 02789_functions_after_sorting_and_columns_with_same_names_bug_2: [ OK ] 1.17 sec.
2025-03-06 05:00:07 02782_values_null_to_lc_nullable: [ OK ] 0.66 sec.
2025-03-06 05:00:08 02751_multiif_to_if_crash: [ OK ] 0.82 sec.
2025-03-06 05:00:08 02769_compare_functions_nan: [ OK ] 2.07 sec.
2025-03-06 05:00:09 02790_url_multiple_tsv_files: [ OK ] 5.63 sec.
2025-03-06 05:00:10 02737_sql_auto_is_null: [ OK ] 0.70 sec.
2025-03-06 05:00:11 02751_query_log_test_partitions: [ OK ] 2.98 sec.
2025-03-06 05:00:12 02735_system_zookeeper_connection: [ OK ] 1.08 sec.
2025-03-06 05:00:13 02734_optimize_group_by: [ OK ] 0.95 sec.
2025-03-06 05:00:13 02737_arrayJaccardIndex: [ OK ] 3.21 sec.
2025-03-06 05:00:14 02783_date_predicate_optimizations: [ OK ] 8.00 sec.
2025-03-06 05:00:14 02734_big_int_from_float_ubsan: [ OK ] 0.67 sec.
2025-03-06 05:00:15 02741_hashed_dictionary_load_factor: [ OK ] 6.33 sec.
2025-03-06 05:00:15 02725_cnf_large_check: [ OK ] 1.55 sec.
2025-03-06 05:00:15 02766_prql: [ OK ] 8.98 sec.
2025-03-06 05:00:16 02721_url_cluster: [ OK ] 2.67 sec.
2025-03-06 05:00:17 02716_int256_arrayfunc: [ OK ] 1.26 sec.
2025-03-06 05:00:17 02711_trim_aliases: [ OK ] 0.87 sec.
2025-03-06 05:00:17 02895_npy_format: [ OK ] 41.79 sec.
2025-03-06 05:00:18 02699_polygons_sym_difference_total: [ OK ] 0.84 sec.
2025-03-06 05:00:19 02789_reading_from_s3_with_connection_pool: [ OK ] 13.55 sec.
2025-03-06 05:00:19 02731_parallel_replicas_join_subquery: [ OK ] 5.97 sec.
2025-03-06 05:00:19 02706_kolmogorov_smirnov_test: [ OK ] 2.75 sec.
2025-03-06 05:00:20 02692_multiple_joins_unicode: [ OK ] 1.28 sec.
2025-03-06 05:00:21 02697_stop_reading_on_first_cancel: [ OK ] 2.33 sec.
2025-03-06 05:00:21 02688_long_aggregate_function_names: [ OK ] 1.88 sec.
2025-03-06 05:00:21 02686_bson3: [ OK ] 1.33 sec.
2025-03-06 05:00:22 02718_cli_dashed_options_parsing: [ OK ] 7.09 sec.
2025-03-06 05:00:22 02680_default_star: [ OK ] 0.55 sec.
2025-03-06 05:00:23 02674_date_int_string_json_inference: [ OK ] 0.68 sec.
2025-03-06 05:00:23 02676_kafka_murmur_hash: [ OK ] 0.81 sec.
2025-03-06 05:00:23 02718_parquet_metadata_format: [ OK ] 7.54 sec.
2025-03-06 05:00:23 02684_bson: [ OK ] 2.04 sec.
2025-03-06 05:00:26 02592_avro_more_types: [ OK ] 2.85 sec.
2025-03-06 05:00:26 02669_alter_modify_to_nullable: [ OK ] 3.39 sec.
2025-03-06 05:00:27 02591_bson_long_tuple: [ OK ] 0.72 sec.
2025-03-06 05:00:28 02688_aggregate_states: [ OK ] 8.67 sec.
2025-03-06 05:00:28 02592_avro_records_with_same_names: [ OK ] 2.21 sec.
2025-03-06 05:00:29 02577_analyzer_array_join_calc_twice: [ OK ] 0.79 sec.
2025-03-06 05:00:30 02575_merge_prewhere_default_expression: [ OK ] 1.08 sec.
2025-03-06 05:00:32 02681_undrop_query_uuid: [ OK ] 10.20 sec.
2025-03-06 05:00:33 02565_update_empty_nested: [ OK ] 1.65 sec.
2025-03-06 05:00:35 02661_quantile_approx: [ OK ] 11.76 sec.
2025-03-06 05:00:36 02560_quantile_min_max: [ OK ] 0.95 sec.
2025-03-06 05:00:37 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 0.99 sec.
2025-03-06 05:00:37 02554_invalid_create_view_syntax: [ OK ] 0.55 sec.
2025-03-06 05:00:38 02570_fallback_from_async_insert: [ OK ] 7.71 sec.
2025-03-06 05:00:39 02553_type_object_analyzer: [ OK ] 1.10 sec.
2025-03-06 05:00:40 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 1.07 sec.
2025-03-06 05:00:40 02554_log_faminy_support_storage_policy: [ OK ] 2.57 sec.
2025-03-06 05:00:43 02590_interserver_mode_client_info_initial_query_start_time: [ OK ] 15.96 sec.
2025-03-06 05:00:43 02540_date_column_consistent_insert_behaviour: [ OK ] 3.14 sec.
2025-03-06 05:00:44 02535_ip_parser_not_whole: [ OK ] 0.78 sec.
2025-03-06 05:00:44 02538_analyzer_create_table_as_select: [ OK ] 1.18 sec.
2025-03-06 05:00:47 02817_structure_to_schema: [ OK ] 52.52 sec.
2025-03-06 05:00:49 02560_regexp_denial_of_service: [ OK ] 15.62 sec.
2025-03-06 05:00:49 02539_settings_alias: [ OK ] 8.96 sec.
2025-03-06 05:00:49 02525_different_engines_in_temporary_tables: [ OK ] 2.43 sec.
2025-03-06 05:00:50 02523_range_const_start: [ OK ] 0.76 sec.
2025-03-06 05:00:50 02703_max_local_read_bandwidth: [ OK ] 32.44 sec.
2025-03-06 05:00:52 02531_two_level_aggregation_bug: [ OK ] 7.47 sec.
2025-03-06 05:00:52 02517_avro_bool_type: [ OK ] 2.28 sec.
2025-03-06 05:00:53 02515_and_or_if_multiif_not_return_lc: [ OK ] 0.90 sec.
2025-03-06 05:00:53 02534_parquet_fixed_binary_array: [ OK ] 8.81 sec.
2025-03-06 05:00:53 02518_parquet_arrow_orc_boolean_value: [ OK ] 3.77 sec.
2025-03-06 05:00:53 02515_projections_with_totals: [ OK ] 1.06 sec.
2025-03-06 05:00:53 02515_analyzer_null_for_empty: [ OK ] 0.81 sec.
2025-03-06 05:00:54 02513_broken_datetime64_init_on_mac: [ OK ] 0.82 sec.
2025-03-06 05:00:55 02514_bad_index_granularity: [ OK ] 1.65 sec.
2025-03-06 05:00:55 02515_aggregate_functions_statistics: [ OK ] 2.25 sec.
2025-03-06 05:00:55 02510_group_by_prewhere_null: [ OK ] 0.96 sec.
2025-03-06 05:00:56 02513_prewhere_combine_step_filters: [ OK ] 2.80 sec.
2025-03-06 05:00:56 02508_index_analysis_to_date_timezone: [ OK ] 1.25 sec.
2025-03-06 05:00:57 02500_analyzer_storage_view_crash_fix: [ OK ] 1.34 sec.
2025-03-06 05:00:58 02494_parser_string_binary_literal: [ OK ] 1.36 sec.
2025-03-06 05:00:59 02668_parse_datetime_in_joda_syntax: [ OK ] 35.75 sec.
2025-03-06 05:00:59 02517_infer_uint64_in_case_of_int64_overflow: [ OK ] 9.26 sec.
2025-03-06 05:00:59 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 1.14 sec.
2025-03-06 05:01:00 02494_analyzer_compound_expression_crash_fix: [ OK ] 0.91 sec.
2025-03-06 05:01:01 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 1.70 sec.
2025-03-06 05:01:03 02491_part_log_has_table_uuid: [ OK ] 3.43 sec.
2025-03-06 05:01:04 02493_numeric_literals_with_underscores: [ OK ] 4.58 sec.
2025-03-06 05:01:05 02486_truncate_and_unexpected_parts: [ OK ] 4.10 sec.
2025-03-06 05:01:06 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 9.29 sec.
2025-03-06 05:01:06 02482_value_block_parsing: [ OK ] 2.64 sec.
2025-03-06 05:01:06 02481_xxh3_hash_function: [ OK ] 0.70 sec.
2025-03-06 05:01:07 02481_pk_analysis_with_enum_to_string: [ OK ] 1.49 sec.
2025-03-06 05:01:07 02481_low_cardinality_with_short_circuit_functins: [ OK ] 1.47 sec.
2025-03-06 05:01:08 02481_analyzer_optimize_grouping_sets_keys: [ OK ] 0.93 sec.
2025-03-06 05:01:09 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 4.95 sec.
2025-03-06 05:01:10 02480_suspicious_lowcard_in_key: [ OK ] 2.12 sec.
2025-03-06 05:01:10 02481_i43247_ubsan_in_minmaxany: [ OK ] 3.46 sec.
2025-03-06 05:01:11 02478_window_frame_type_groups: [ OK ] 1.37 sec.
2025-03-06 05:01:12 02478_analyzer_table_expression_aliases: [ OK ] 1.93 sec.
2025-03-06 05:01:13 02479_mysql_connect_to_self: [ OK ] 3.76 sec.
2025-03-06 05:01:13 02476_fuse_sum_count: [ OK ] 1.88 sec.
2025-03-06 05:01:14 02480_client_option_print_num_processed_rows: [ OK ] 5.43 sec.
2025-03-06 05:01:15 02477_age_date32: [ OK ] 3.57 sec.
2025-03-06 05:01:15 02476_analyzer_join_with_unused_columns: [ OK ] 1.16 sec.
2025-03-06 05:01:16 02476_fix_lambda_parsing: [ OK ] 1.87 sec.
2025-03-06 05:01:16 02500_bson_read_object_id: [ OK ] 20.89 sec.
2025-03-06 05:01:16 02475_join_bug_42832: [ OK ] 1.55 sec.
2025-03-06 05:01:16 02474_fix_function_parser_bug: [ OK ] 0.55 sec.
2025-03-06 05:01:17 02521_incorrect_dealy_for_insert_bug_44902: [ OK ] 28.22 sec.
2025-03-06 05:01:18 02475_analysis_of_variance: [ OK ] 2.86 sec.
2025-03-06 05:01:18 02466_distributed_query_profiler: [ OK ] 1.82 sec.
2025-03-06 05:01:19 02465_limit_trivial_max_rows_to_read: [ OK ] 2.47 sec.
2025-03-06 05:01:25 02461_mullable_pk_monotonicity_bug: [ OK ] 6.38 sec.
2025-03-06 05:01:26 02458_insert_select_progress_tcp: [ OK ] 6.78 sec.
2025-03-06 05:01:27 02458_empty_hdfs_url: [ OK ] 1.87 sec.
2025-03-06 05:01:27 02461_alter_update_respect_part_column_type_bug: [ OK ] 9.45 sec.
2025-03-06 05:01:28 02457_filesystem_function: [ OK ] 2.47 sec.
2025-03-06 05:01:30 02456_test_zero_copy_mutation: [ OK ] 2.61 sec.
2025-03-06 05:01:32 02496_remove_redundant_sorting: [ OK ] 36.19 sec.
2025-03-06 05:01:35 02457_csv_parse_date_out_of_range: [ OK ] 7.53 sec.
2025-03-06 05:01:37 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 2.36 sec.
2025-03-06 05:01:38 02456_bloom_filter_assert: [ OK ] 9.94 sec.
2025-03-06 05:01:41 02581_share_big_sets_between_mutation_tasks: [ OK ] 73.49 sec.
2025-03-06 05:01:42 02456_keeper_retries_during_insert: [ OK ] 9.61 sec.
2025-03-06 05:01:43 02430_initialize_aggregation_with_combinators: [ OK ] 1.32 sec.
2025-03-06 05:01:44 02422_read_numbers_as_strings: [ OK ] 0.90 sec.
2025-03-06 05:01:44 02440_mutations_finalization: [ OK ] 5.11 sec.
2025-03-06 05:01:44 02426_pod_array_overflow_2: [ OK ] 1.94 sec.
2025-03-06 05:01:46 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 8.26 sec.
2025-03-06 05:01:49 02461_cancel_finish_race: [ OK ] 31.61 sec.
2025-03-06 05:01:49 02416_rocksdb_delete_update: [ OK ] 3.48 sec.
2025-03-06 05:01:49 02456_async_inserts_logs: [ OK ] 19.37 sec.
2025-03-06 05:01:50 02415_all_new_functions_must_be_documented: [ OK ] 0.86 sec.
2025-03-06 05:01:50 02417_null_variadic_behaviour: [ OK ] 5.33 sec.
2025-03-06 05:01:50 02420_stracktrace_debug_symbols: [ OK ] 5.96 sec.
2025-03-06 05:01:50 02412_nlp: [ OK ] 1.14 sec.
2025-03-06 05:01:50 02383_join_and_filtering_set: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:01:51 02407_array_element_from_map_wrong_type: [ OK ] 1.07 sec.
2025-03-06 05:01:51 02394_every_profile_event_must_have_documentation: [ OK ] 0.75 sec.
2025-03-06 05:01:51 02392_every_setting_must_have_documentation: [ OK ] 0.82 sec.
2025-03-06 05:01:51 02381_client_prints_server_side_time: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:01:52 02380_analyzer_join_sample: [ OK ] 1.21 sec.
2025-03-06 05:01:52 02385_analyzer_aliases_compound_expression: [ OK ] 2.05 sec.
2025-03-06 05:01:53 02381_arrow_dict_to_lc: [ OK ] 2.20 sec.
2025-03-06 05:01:53 02377_analyzer_in_function_set: [ OK ] 1.11 sec.
2025-03-06 05:01:54 02375_scalar_lc_cte: [ OK ] 0.76 sec.
2025-03-06 05:01:58 02381_compress_marks_and_primary_key: [ OK ] 7.53 sec.
2025-03-06 05:01:59 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.78 sec.
2025-03-06 05:02:00 02378_part_log_profile_events: [ OK ] 7.61 sec.
2025-03-06 05:02:01 02383_arrow_dict_special_cases: [ OK ] 10.23 sec.
2025-03-06 05:02:01 02368_analyzer_table_functions: [ OK ] 1.04 sec.
2025-03-06 05:02:02 02367_analyzer_table_alias_columns: [ OK ] 1.38 sec.
2025-03-06 05:02:02 02366_normalize_aggregate_function_types_and_states: [ OK ] 1.22 sec.
2025-03-06 05:02:03 02366_window_function_order_by: [ OK ] 0.82 sec.
2025-03-06 05:02:04 02366_explain_query_tree: [ OK ] 1.22 sec.
2025-03-06 05:02:05 02364_dictionary_datetime_64_attribute_crash: [ OK ] 1.08 sec.
2025-03-06 05:02:07 02366_kql_summarize: [ OK ] 4.49 sec.
2025-03-06 05:02:09 02360_send_logs_level_colors: [ OK ] 3.54 sec.
2025-03-06 05:02:09 02359_send_logs_source_regexp: [ OK ] 2.31 sec.
2025-03-06 05:02:10 02355_column_type_name_lc: [ OK ] 0.77 sec.
2025-03-06 05:02:11 02354_tuple_element_with_default: [ OK ] 1.22 sec.
2025-03-06 05:02:11 02476_analyzer_identifier_hints: [ OK ] 58.56 sec.
2025-03-06 05:02:11 02374_analyzer_join_using: [ OK ] 18.12 sec.
2025-03-06 05:02:12 02354_numeric_literals_with_underscores: [ OK ] 0.88 sec.
2025-03-06 05:02:12 02353_ascii: [ OK ] 0.91 sec.
2025-03-06 05:02:13 02353_partition_prune_nullable_key: [ OK ] 1.08 sec.
2025-03-06 05:02:14 02353_translate: [ OK ] 2.30 sec.
2025-03-06 05:02:14 02346_to_hour_monotonicity_fix: [ OK ] 1.28 sec.
2025-03-06 05:02:16 02346_position_countsubstrings_zero_byte: [ OK ] 1.67 sec.
2025-03-06 05:02:18 02345_create_table_allow_trailing_comma: [ OK ] 1.34 sec.
2025-03-06 05:02:18 02357_query_cancellation_race: [ OK ] 8.57 sec.
2025-03-06 05:02:19 02346_into_outfile_and_stdout: [ OK ] 6.53 sec.
2025-03-06 05:02:20 02345_filesystem_local: [ OK ] 2.12 sec.
2025-03-06 05:02:20 02343_aggregation_pipeline: [ OK ] 2.04 sec.
2025-03-06 05:02:21 02336_sort_optimization_with_fill: [ OK ] 0.82 sec.
2025-03-06 05:02:22 02341_global_join_cte: [ OK ] 2.55 sec.
2025-03-06 05:02:22 02324_map_combinator_bug: [ OK ] 1.65 sec.
2025-03-06 05:02:23 02335_column_ttl_expired_column_optimization: [ OK ] 2.57 sec.
2025-03-06 05:02:23 02316_const_string_intersact: [ OK ] 0.72 sec.
2025-03-06 05:02:24 02317_functions_with_nothing: [ OK ] 1.20 sec.
2025-03-06 05:02:25 02370_lost_part_intersecting_merges: [ OK ] 25.54 sec.
2025-03-06 05:02:25 02316_cast_to_ip_address_default_column: [ OK ] 1.41 sec.
2025-03-06 05:02:25 02315_pmj_union_ubsan_35857: [ OK ] 0.80 sec.
2025-03-06 05:02:26 02315_optimize_monotonous_functions_in_order_by_remote: [ OK ] 0.89 sec.
2025-03-06 05:02:26 02315_readonly_create_function: [ OK ] 2.53 sec.
2025-03-06 05:02:27 02311_normalize_utf8_constant: [ OK ] 0.75 sec.
2025-03-06 05:02:28 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 1.98 sec.
2025-03-06 05:02:28 02306_rowbinary_has_no_bom: [ OK ] 1.60 sec.
2025-03-06 05:02:28 02302_clash_const_aggegate_join: [ OK ] 1.74 sec.
2025-03-06 05:02:29 02372_analyzer_join: [ OK ] 35.40 sec.
2025-03-06 05:02:29 02317_distinct_in_order_optimization: [ OK ] 7.55 sec.
2025-03-06 05:02:30 02293_h3_line: [ OK ] 2.22 sec.
2025-03-06 05:02:31 02285_hex_bin_support_more_types: [ OK ] 1.76 sec.
2025-03-06 05:02:32 02267_output_format_prometheus: [ OK ] 1.13 sec.
2025-03-06 05:02:33 02290_client_insert_cancel: [ OK ] 3.38 sec.
2025-03-06 05:02:34 02251_last_day_of_month: [ OK ] 1.14 sec.
2025-03-06 05:02:34 02294_floating_point_second_in_settings: [ OK ] 6.63 sec.
2025-03-06 05:02:34 02260_alter_compact_part_drop_nested_column: [ OK ] 1.99 sec.
2025-03-06 05:02:37 02244_make_datetime: [ OK ] 2.57 sec.
2025-03-06 05:02:37 02293_ttest_large_samples: [ OK ] 8.72 sec.
2025-03-06 05:02:38 02243_in_ip_address: [ OK ] 1.07 sec.
2025-03-06 05:02:39 02242_throw_if_constant_argument: [ OK ] 0.71 sec.
2025-03-06 05:02:39 02250_lots_of_columns_in_csv_with_names: [ OK ] 5.26 sec.
2025-03-06 05:02:40 02243_make_date32_mysql: [ OK ] 2.53 sec.
2025-03-06 05:02:40 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.72 sec.
2025-03-06 05:02:41 02234_position_case_insensitive_utf8: [ OK ] 0.80 sec.
2025-03-06 05:02:41 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.46 sec.
2025-03-06 05:02:43 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 2.10 sec.
2025-03-06 05:02:43 02224_parallel_distributed_insert_select_cluster: [ OK ] 1.93 sec.
2025-03-06 05:02:44 02220_array_join_format: [ OK ] 0.75 sec.
2025-03-06 05:02:46 02421_truncate_isolation_no_merges: [ OK ] 61.67 sec.
2025-03-06 05:02:47 02207_s3_content_type: [ OK ] 3.23 sec.
2025-03-06 05:02:48 02189_join_type_conversion: [ OK ] 0.75 sec.
2025-03-06 05:02:48 02206_format_override: [ OK ] 4.70 sec.
2025-03-06 05:02:49 02185_arraySlice_negative_offset_size: [ OK ] 1.29 sec.
2025-03-06 05:02:49 02184_ipv6_select_parsing: [ OK ] 1.01 sec.
2025-03-06 05:02:50 02205_postgresql_functions: [ OK ] 3.75 sec.
2025-03-06 05:02:50 02242_case_insensitive_column_matching: [ OK ] 10.97 sec.
2025-03-06 05:02:50 02184_ipv6_cast_test: [ OK ] 0.95 sec.
2025-03-06 05:02:51 02184_range_hashed_dictionary_outside_range_values: [ OK ] 1.23 sec.
2025-03-06 05:02:51 02346_read_in_order_fixed_prefix: [ OK ] 36.74 sec.
2025-03-06 05:02:51 02246_is_secure_query_log: [ OK ] 16.80 sec.
2025-03-06 05:02:52 02181_dictionary_attach_detach: [ OK ] 1.91 sec.
2025-03-06 05:02:52 02184_storage_add_support_ttl: [ OK ] 2.62 sec.
2025-03-06 05:02:52 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:02:53 02177_sum_if_not_found: [ OK ] 1.76 sec.
2025-03-06 05:02:53 02165_h3_edge_length_km: [ OK ] 1.15 sec.
2025-03-06 05:02:53 02179_bool_type: [ OK ] 2.39 sec.
2025-03-06 05:02:54 02160_h3_hex_area_Km2: [ OK ] 1.21 sec.
2025-03-06 05:02:54 02183_dictionary_date_types: [ OK ] 4.11 sec.
2025-03-06 05:02:54 02158_ztest: [ OK ] 1.07 sec.
2025-03-06 05:02:55 02154_bitmap_contains: [ OK ] 0.72 sec.
2025-03-06 05:02:55 02158_proportions_ztest: [ OK ] 1.77 sec.
2025-03-06 05:02:55 02148_cast_type_parsing: [ OK ] 0.74 sec.
2025-03-06 05:02:56 02155_dictionary_comment: [ OK ] 2.34 sec.
2025-03-06 05:02:56 02147_order_by_optimizations: [ OK ] 1.14 sec.
2025-03-06 05:02:56 02158_ztest_cmp: [ OK ] 3.67 sec.
2025-03-06 05:02:57 02142_http_with_query_parameters: [ OK ] 1.66 sec.
2025-03-06 05:02:57 02133_issue_32458: [ OK ] 1.11 sec.
2025-03-06 05:02:57 02128_cast_nullable: [ OK ] 0.86 sec.
2025-03-06 05:02:58 02136_kill_scalar_queries: [ OK ] 3.00 sec.
2025-03-06 05:02:58 02125_transform_decimal_bug: [ OK ] 0.99 sec.
2025-03-06 05:02:58 02131_row_policies_combination: [ OK ] 2.19 sec.
2025-03-06 05:02:59 02125_constant_if_condition_and_not_existing_column: [ OK ] 1.20 sec.
2025-03-06 05:02:59 02126_url_auth: [ OK ] 2.08 sec.
2025-03-06 05:03:00 02124_insert_deduplication_token: [ OK ] 1.56 sec.
2025-03-06 05:03:03 02271_replace_partition_many_tables: [ OK ] 32.23 sec.
2025-03-06 05:03:07 02122_join_group_by_timeout: [ OK ] 6.88 sec.
2025-03-06 05:03:10 02124_insert_deduplication_token_materialized_views: [ OK ] 10.93 sec.
2025-03-06 05:03:12 02124_buffer_with_type_map_long: [ OK ] 13.46 sec.
2025-03-06 05:03:12 02122_parallel_formatting_JSON: [ OK ] 9.41 sec.
2025-03-06 05:03:13 02122_parallel_formatting_RowBinaryWithNames: [ OK ] 6.22 sec.
2025-03-06 05:03:15 02125_lz4_compression_bug_CSV: [ OK ] 16.99 sec.
2025-03-06 05:03:16 02125_lz4_compression_bug_Values: [ OK ] 17.47 sec.
2025-03-06 05:03:19 02122_parallel_formatting_JSONCompact: [ OK ] 6.67 sec.
2025-03-06 05:03:20 02174_cte_scalar_cache_mv: [ OK ] 28.61 sec.
2025-03-06 05:03:20 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 7.62 sec.
2025-03-06 05:03:21 02113_format_row: [ OK ] 0.95 sec.
2025-03-06 05:03:22 02113_base64encode_trailing_bytes_1: [ OK ] 0.69 sec.
2025-03-06 05:03:23 02121_pager: [ OK ] 2.88 sec.
2025-03-06 05:03:23 02122_parallel_formatting_Vertical: [ OK ] 7.45 sec.
2025-03-06 05:03:24 02112_skip_index_set_and_or: [ OK ] 0.92 sec.
2025-03-06 05:03:24 02122_parallel_formatting_TSV: [ OK ] 8.22 sec.
2025-03-06 05:03:24 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 14.78 sec.
2025-03-06 05:03:25 02111_with_fill_no_rows: [ OK ] 1.13 sec.
2025-03-06 05:03:25 02122_parallel_formatting_JSONCompactEachRowWithNamesAndTypes: [ OK ] 6.19 sec.
2025-03-06 05:03:25 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 2.37 sec.
2025-03-06 05:03:25 02112_delayed_clickhouse_local: [ OK ] 3.47 sec.
2025-03-06 05:03:26 02110_clickhouse_local_custom_tld: [ OK ] 2.18 sec.
2025-03-06 05:03:26 02097_initializeAggregationNullable: [ OK ] 0.96 sec.
2025-03-06 05:03:26 02039_group_by_with_totals_having: [ OK ] 0.90 sec.
2025-03-06 05:03:27 02122_parallel_formatting_PrettyCompactNoEscapes: [ OK ] 13.51 sec.
2025-03-06 05:03:27 02097_polygon_dictionary_store_key: [ OK ] 1.73 sec.
2025-03-06 05:03:28 02025_having_filter_column: [ OK ] 1.07 sec.
2025-03-06 05:03:29 02027_ngrams: [ OK ] 2.13 sec.
2025-03-06 05:03:29 02025_nested_func_for_if_combinator: [ OK ] 1.76 sec.
2025-03-06 05:03:29 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.80 sec.
2025-03-06 05:03:31 02021_h3_is_res_classIII: [ OK ] 1.11 sec.
2025-03-06 05:03:35 02021_exponential_sum_shard: [ OK ] 4.16 sec.
2025-03-06 05:03:38 02021_create_database_with_comment: [ OK ] 8.88 sec.
2025-03-06 05:03:38 02025_storage_filelog_virtual_col: [ OK ] 11.30 sec.
2025-03-06 05:03:39 02016_agg_empty_result_bug_28880: [ OK ] 1.10 sec.
2025-03-06 05:03:39 02473_multistep_prewhere: [ OK ] 142.82 sec.
2025-03-06 05:03:42 02024_join_on_or_long: [ OK ] 14.00 sec.
2025-03-06 05:03:42 02017_bit_shift_left_for_string_integer: [ OK ] 6.78 sec.
2025-03-06 05:03:42 02015_async_inserts_2: [ OK ] 4.02 sec.
2025-03-06 05:03:43 02012_sha512_fixedstring: [ OK ] 1.12 sec.
2025-03-06 05:03:43 02012_zookeeper_changed_enum_type: [ OK ] 1.43 sec.
2025-03-06 05:03:44 02013_zlib_read_after_eof: [ OK ] 5.09 sec.
2025-03-06 05:03:44 02013_json_function_null_column: [ OK ] 4.77 sec.
2025-03-06 05:03:45 02009_body_query_params: [ OK ] 1.80 sec.
2025-03-06 05:03:45 02007_join_use_nulls: [ OK ] 1.47 sec.
2025-03-06 05:03:46 02046_low_cardinality_parallel_group_by: [ OK ] 20.32 sec.
2025-03-06 05:03:47 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 1.36 sec.
2025-03-06 05:03:48 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 3.91 sec.
2025-03-06 05:03:48 02011_normalize_utf8: [ OK ] 5.68 sec.
2025-03-06 05:03:49 01958_partial_hour_timezone: [ OK ] 0.93 sec.
2025-03-06 05:03:49 02010_lc_native: [ OK ] 6.21 sec.
2025-03-06 05:03:49 02003_compress_bz2: [ OK ] 3.88 sec.
2025-03-06 05:03:50 02001_append_output_file: [ OK ] 2.81 sec.
2025-03-06 05:03:51 02030_rocksdb_race_long: [ OK ] 24.95 sec.
2025-03-06 05:03:53 01950_kill_large_group_by_query: [ OK ] 4.65 sec.
2025-03-06 05:03:54 01940_point_in_polygon_ubsan: [ OK ] 0.77 sec.
2025-03-06 05:03:54 01945_show_debug_warning: [ OK ] 4.51 sec.
2025-03-06 05:03:55 01940_totimezone_operator_monotonicity: [ OK ] 1.22 sec.
2025-03-06 05:03:55 01944_insert_partition_by: [ OK ] 5.63 sec.
2025-03-06 05:03:55 01938_joins_identifiers: [ OK ] 1.30 sec.
2025-03-06 05:03:56 01942_dateTimeToSnowflake: [ OK ] 4.53 sec.
2025-03-06 05:03:56 01937_nested_chinese: [ OK ] 1.08 sec.
2025-03-06 05:03:57 01926_date_date_time_supertype: [ OK ] 1.40 sec.
2025-03-06 05:03:57 01922_array_join_with_index: [ OK ] 0.91 sec.
2025-03-06 05:03:57 01947_mv_subquery: [ OK ] 8.02 sec.
2025-03-06 05:03:57 01943_query_id_check: [ OK ] 7.18 sec.
2025-03-06 05:03:58 01921_with_fill_with_totals: [ OK ] 0.89 sec.
2025-03-06 05:03:58 01921_test_progress_bar: [ OK ] 0.77 sec.
2025-03-06 05:03:58 02100_multiple_hosts_command_line_set_ssl: [ OK ] 33.97 sec.
2025-03-06 05:03:59 01913_names_of_tuple_literal: [ OK ] 0.84 sec.
2025-03-06 05:03:59 01906_partition_by_multiply_by_zero: [ OK ] 1.20 sec.
2025-03-06 05:03:59 01917_system_data_skipping_indices: [ OK ] 1.67 sec.
2025-03-06 05:04:00 01901_in_literal_shard_prune: [ OK ] 1.12 sec.
2025-03-06 05:04:00 02003_memory_limit_in_client: [ OK ] 15.05 sec.
2025-03-06 05:04:00 01891_not_like_partition_prune: [ OK ] 1.07 sec.
2025-03-06 05:04:00 01891_partition_hash_no_long_int: [ OK ] 1.12 sec.
2025-03-06 05:04:01 01925_map_populate_series_on_map: [ OK ] 4.95 sec.
2025-03-06 05:04:01 01917_prewhere_column_type: [ OK ] 3.78 sec.
2025-03-06 05:04:02 01869_reinterpret_as_fixed_string_uuid: [ OK ] 0.74 sec.
2025-03-06 05:04:02 01872_functions_to_subcolumns: [ OK ] 1.67 sec.
2025-03-06 05:04:02 01893_jit_aggregation_function_min_long: [ OK ] 3.82 sec.
2025-03-06 05:04:02 01882_scalar_subquery_exception: [ OK ] 2.13 sec.
2025-03-06 05:04:03 01851_s2_to_geo: [ OK ] 0.76 sec.
2025-03-06 05:04:04 01845_add_testcase_for_arrayElement: [ OK ] 1.36 sec.
2025-03-06 05:04:04 01890_jit_aggregation_function_sum_long: [ OK ] 3.72 sec.
2025-03-06 05:04:04 01866_bit_positions_to_array: [ OK ] 2.30 sec.
2025-03-06 05:04:04 01832_memory_write_suffix: [ OK ] 0.85 sec.
2025-03-06 05:04:05 01890_state_of_state: [ OK ] 4.96 sec.
2025-03-06 05:04:05 01831_max_streams: [ OK ] 0.81 sec.
2025-03-06 05:04:05 01882_total_rows_approx: [ OK ] 4.71 sec.
2025-03-06 05:04:06 01825_type_json_mutations: [ OK ] 1.46 sec.
2025-03-06 05:04:06 01854_HTTP_dict_decompression: [ OK ] 3.21 sec.
2025-03-06 05:04:06 01825_type_json_field: [ OK ] 1.46 sec.
2025-03-06 05:04:07 01825_type_json_ephemeral: [ OK ] 1.01 sec.
2025-03-06 05:04:07 01825_type_json_empty_string: [ OK ] 0.96 sec.
2025-03-06 05:04:09 01825_type_json_3: [ OK ] 3.19 sec.
2025-03-06 05:04:10 01825_type_json_1: [ OK ] 2.99 sec.
2025-03-06 05:04:10 01825_type_json_13: [ OK ] 6.25 sec.
2025-03-06 05:04:10 01818_case_float_value_fangyc: [ OK ] 0.64 sec.
2025-03-06 05:04:11 01825_type_json_15: [ OK ] 6.20 sec.
2025-03-06 05:04:11 01821_join_table_mutation: [ OK ] 2.36 sec.
2025-03-06 05:04:12 01813_quantileBfloat16_nans: [ OK ] 0.86 sec.
2025-03-06 05:04:12 01817_storage_buffer_parameters: [ OK ] 1.47 sec.
2025-03-06 05:04:12 01812_has_generic: [ OK ] 0.90 sec.
2025-03-06 05:04:13 01818_move_partition_simple: [ OK ] 2.34 sec.
2025-03-06 05:04:13 01795_TinyLog_rwlock_ub: [ OK ] 0.89 sec.
2025-03-06 05:04:13 01825_type_json_4: [ OK ] 7.85 sec.
2025-03-06 05:04:14 01927_query_views_log_matview_exceptions: [ OK ] 18.99 sec.
2025-03-06 05:04:16 01780_column_sparse_distinct: [ OK ] 1.44 sec.
2025-03-06 05:04:16 01780_column_sparse_tuple: [ OK ] 2.77 sec.
2025-03-06 05:04:16 01822_short_circuit: [ OK ] 8.58 sec.
2025-03-06 05:04:17 01774_tuple_null_in: [ OK ] 0.75 sec.
2025-03-06 05:04:18 01776_decrypt_aead_size_check: [ OK ] 1.84 sec.
2025-03-06 05:04:18 01773_datetime64_add_ubsan: [ OK ] 1.63 sec.
2025-03-06 05:04:18 01771_datetime64_no_time_part: [ OK ] 1.07 sec.
2025-03-06 05:04:19 01783_parallel_formatting_memory: [ OK ] 6.08 sec.
2025-03-06 05:04:19 01788_update_nested_type_subcolumn_check: [ OK ] 7.03 sec.
2025-03-06 05:04:19 01762_deltasumtimestamp: [ OK ] 1.70 sec.
2025-03-06 05:04:20 01753_optimize_aggregation_in_order: [ OK ] 2.65 sec.
2025-03-06 05:04:21 01720_engine_file_empty_if_not_exists: [ OK ] 0.96 sec.
2025-03-06 05:04:21 01798_uniq_theta_sketch: [ OK ] 9.30 sec.
2025-03-06 05:04:22 01746_extract_text_from_html: [ OK ] 2.99 sec.
2025-03-06 05:04:22 01710_projection_drop_if_exists: [ OK ] 1.81 sec.
2025-03-06 05:04:23 01710_projection_row_policy: [ OK ] 2.51 sec.
2025-03-06 05:04:24 01710_projections_and_duplicate_columms: [ OK ] 4.09 sec.
2025-03-06 05:04:24 01746_forbid_drop_column_referenced_by_mv: [ OK ] 5.88 sec.
2025-03-06 05:04:24 01710_normal_projection_join_plan_fix: [ OK ] 1.86 sec.
2025-03-06 05:04:24 01710_projection_with_ast_rewrite_settings: [ OK ] 2.82 sec.
2025-03-06 05:04:25 01710_normal_projection_with_query_plan_optimization: [ OK ] 2.19 sec.
2025-03-06 05:04:25 01710_projection_group_by_order_by: [ OK ] 1.08 sec.
2025-03-06 05:04:25 01710_order_by_projections_incomplete: [ OK ] 1.80 sec.
2025-03-06 05:04:25 01710_projections_group_by_no_key: [ OK ] 1.44 sec.
2025-03-06 05:04:26 01710_projection_array_join: [ OK ] 1.27 sec.
2025-03-06 05:04:26 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 1.01 sec.
2025-03-06 05:04:26 01702_toDateTime_from_string_clamping: [ OK ] 1.06 sec.
2025-03-06 05:04:26 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 2.46 sec.
2025-03-06 05:04:27 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 1.59 sec.
2025-03-06 05:04:27 01700_point_in_polygon_ubsan: [ OK ] 1.50 sec.
2025-03-06 05:04:28 01700_mod_negative_type_promotion: [ OK ] 1.32 sec.
2025-03-06 05:04:28 01685_json_extract_double_as_float: [ OK ] 1.26 sec.
2025-03-06 05:04:28 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.80 sec.
2025-03-06 05:04:28 01710_projection_optimize_group_by_function_keys: [ OK ] 3.61 sec.
2025-03-06 05:04:29 01669_test_toYear_mysql_dialect: [ OK ] 0.73 sec.
2025-03-06 05:04:29 01680_date_time_add_ubsan: [ OK ] 2.12 sec.
2025-03-06 05:04:30 01671_aggregate_function_group_bitmap_data: [ OK ] 1.54 sec.
2025-03-06 05:04:30 01674_clickhouse_client_query_param_cte: [ OK ] 2.08 sec.
2025-03-06 05:04:30 01670_distributed_bytes_to_throw_insert: [ OK ] 1.56 sec.
2025-03-06 05:04:30 01825_type_json_nbagames: [ OK ] 25.92 sec.
2025-03-06 05:04:30 01667_aes_args_check: [ OK ] 1.07 sec.
2025-03-06 05:04:31 01663_test_toDate_mysql_compatibility: [ OK ] 0.65 sec.
2025-03-06 05:04:31 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.75 sec.
2025-03-06 05:04:31 01663_quantile_weighted_overflow: [ OK ] 1.02 sec.
2025-03-06 05:04:31 01662_join_mixed: [ OK ] 0.97 sec.
2025-03-06 05:04:31 01655_test_isnull_mysql_dialect: [ OK ] 0.83 sec.
2025-03-06 05:04:32 01650_expressions_merge_bug: [ OK ] 0.95 sec.
2025-03-06 05:04:33 01640_distributed_async_insert_compression: [ OK ] 1.49 sec.
2025-03-06 05:04:33 01691_parser_data_type_exponential: [ OK ] 6.83 sec.
2025-03-06 05:04:35 01646_rewrite_sum_if: [ OK ] 3.84 sec.
2025-03-06 05:04:35 01634_sum_map_nulls: [ OK ] 1.93 sec.
2025-03-06 05:04:36 01632_max_partitions_to_read: [ OK ] 2.20 sec.
2025-03-06 05:04:36 01623_byte_size_const: [ OK ] 0.93 sec.
2025-03-06 05:04:37 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 2.20 sec.
2025-03-06 05:04:37 01641_memory_tracking_insert_optimize: [ OK ] 5.87 sec.
2025-03-06 05:04:38 01622_defaults_for_url_engine: [ OK ] 2.30 sec.
2025-03-06 05:04:38 01622_constraints_where_optimization: [ OK ] 1.66 sec.
2025-03-06 05:04:38 01621_sort_after_join_pipeline_stuck: [ OK ] 1.08 sec.
2025-03-06 05:04:39 01605_drop_settings_profile_while_assigned: [ OK ] 1.10 sec.
2025-03-06 05:04:40 01605_key_condition_enum_int: [ OK ] 1.19 sec.
2025-03-06 05:04:40 01605_skip_idx_compact_parts: [ OK ] 1.73 sec.
2025-03-06 05:04:42 01596_setting_limit_offset: [ OK ] 2.36 sec.
2025-03-06 05:04:43 01607_arrays_as_nested_csv: [ OK ] 5.10 sec.
2025-03-06 05:04:43 01593_insert_settings: [ OK ] 3.02 sec.
2025-03-06 05:04:43 01602_runningConcurrency: [ OK ] 4.13 sec.
2025-03-06 05:04:44 01585_fuzz_bits_with_bugfix: [ OK ] 0.89 sec.
2025-03-06 05:04:44 01567_system_processes_current_database: [ OK ] 0.78 sec.
2025-03-06 05:04:44 01586_columns_pruning: [ OK ] 2.07 sec.
2025-03-06 05:04:45 01560_DateTime_and_DateTime64_comparision: [ OK ] 0.97 sec.
2025-03-06 05:04:45 01654_test_writer_block_sequence: [ OK ] 14.64 sec.
2025-03-06 05:04:46 01666_merge_tree_max_query_limit: [ OK ] 16.25 sec.
2025-03-06 05:04:46 01560_optimize_on_insert_zookeeper: [ OK ] 2.32 sec.
2025-03-06 05:04:46 01554_interpreter_integer_float: [ OK ] 1.10 sec.
2025-03-06 05:04:47 01553_datetime64_comparison: [ OK ] 0.97 sec.
2025-03-06 05:04:47 01552_dict_fixedstring: [ OK ] 1.30 sec.
2025-03-06 05:04:47 01550_mutation_subquery: [ OK ] 1.30 sec.
2025-03-06 05:04:48 01549_low_cardinality_materialized_view: [ OK ] 1.31 sec.
2025-03-06 05:04:49 01544_errorCodeToName: [ OK ] 1.03 sec.
2025-03-06 05:04:49 01576_alias_column_rewrite: [ OK ] 6.10 sec.
2025-03-06 05:04:49 01548_with_totals_having: [ OK ] 1.76 sec.
2025-03-06 05:04:49 01782_field_oom: [ OK ] 36.12 sec.
2025-03-06 05:04:49 01548_uncomparable_columns_in_keys: [ OK ] 2.11 sec.
2025-03-06 05:04:49 01558_ttest_scipy: [ OK ] 5.02 sec.
2025-03-06 05:04:51 01525_select_with_offset_fetch_clause: [ OK ] 1.16 sec.
2025-03-06 05:04:51 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 1.60 sec.
2025-03-06 05:04:51 01532_collate_in_low_cardinality: [ OK ] 1.81 sec.
2025-03-06 05:04:51 01540_verbatim_partition_pruning: [ OK ] 2.28 sec.
2025-03-06 05:04:51 01526_param_uuid: [ OK ] 2.17 sec.
2025-03-06 05:04:52 01521_max_length_alias: [ OK ] 1.23 sec.
2025-03-06 05:04:53 01518_cast_nullable_virtual_system_column: [ OK ] 1.19 sec.
2025-03-06 05:04:53 01532_primary_key_without_order_by_zookeeper: [ OK ] 3.91 sec.
2025-03-06 05:04:53 01514_input_format_json_enum_as_number: [ OK ] 0.93 sec.
2025-03-06 05:04:54 01515_logtrace_function: [ OK ] 2.39 sec.
2025-03-06 05:04:54 01550_create_map_type: [ OK ] 7.56 sec.
2025-03-06 05:04:56 01523_client_local_queries_file_parameter: [ OK ] 5.11 sec.
2025-03-06 05:04:56 01509_dictionary_preallocate: [ OK ] 2.56 sec.
2025-03-06 05:04:56 01508_query_obfuscator: [ OK ] 2.14 sec.
2025-03-06 05:04:56 01656_sequence_next_node_long: [ OK ] 26.21 sec.
2025-03-06 05:04:57 01507_transform_null_in: [ OK ] 1.06 sec.
2025-03-06 05:04:57 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 4.06 sec.
2025-03-06 05:04:58 01505_log_distributed_deadlock: [ OK ] 1.13 sec.
2025-03-06 05:04:58 01506_buffer_table_alter_block_structure: [ OK ] 1.70 sec.
2025-03-06 05:04:58 01499_json_named_tuples: [ OK ] 1.10 sec.
2025-03-06 05:04:58 01497_now_support_timezone: [ OK ] 0.75 sec.
2025-03-06 05:04:59 01497_extract_all_groups_empty_match: [ OK ] 0.87 sec.
2025-03-06 05:05:00 01496_signedness_conversion_monotonicity: [ OK ] 1.14 sec.
2025-03-06 05:05:00 01508_format_regexp_raw: [ OK ] 3.74 sec.
2025-03-06 05:05:00 01497_alias_on_default_array: [ OK ] 1.33 sec.
2025-03-06 05:05:01 01472_many_rows_in_totals: [ OK ] 1.20 sec.
2025-03-06 05:05:01 01518_nullable_aggregate_states2: [ OK ] 10.27 sec.
2025-03-06 05:05:02 01483_merge_table_join_and_group_by: [ OK ] 2.59 sec.
2025-03-06 05:05:02 01460_allow_dollar_and_number_in_identifier: [ OK ] 0.79 sec.
2025-03-06 05:05:03 01460_mark_inclusion_search_crash: [ OK ] 1.21 sec.
2025-03-06 05:05:04 01458_count_digits: [ OK ] 1.20 sec.
2025-03-06 05:05:04 01463_resample_overflow: [ OK ] 2.56 sec.
2025-03-06 05:05:04 01474_custom_null_tsv: [ OK ] 4.51 sec.
2025-03-06 05:05:04 01457_order_by_nulls_first: [ OK ] 1.81 sec.
2025-03-06 05:05:05 01502_bar_overflow: [ OK ] 7.60 sec.
2025-03-06 05:05:05 01450_set_null_const: [ OK ] 1.11 sec.
2025-03-06 05:05:06 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.90 sec.
2025-03-06 05:05:06 01477_lc_in_merge_join_left_key: [ OK ] 6.46 sec.
2025-03-06 05:05:06 01457_int256_hashing: [ OK ] 2.44 sec.
2025-03-06 05:05:06 01436_storage_merge_with_join_push_down: [ OK ] 1.72 sec.
2025-03-06 05:05:07 01442_h3kring_range_check: [ OK ] 2.12 sec.
2025-03-06 05:05:07 01421_array_nullable_element_nullable_index: [ OK ] 0.93 sec.
2025-03-06 05:05:07 01413_if_array_uuid: [ OK ] 0.76 sec.
2025-03-06 05:05:07 01411_xor_itai_shirav: [ OK ] 0.76 sec.
2025-03-06 05:05:08 01413_alter_update_supertype: [ OK ] 1.29 sec.
2025-03-06 05:05:09 01358_constexpr_constraint: [ OK ] 1.44 sec.
2025-03-06 05:05:09 01356_state_resample: [ OK ] 1.55 sec.
2025-03-06 05:05:10 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 1.14 sec.
2025-03-06 05:05:11 01351_geohash_assert: [ OK ] 0.73 sec.
2025-03-06 05:05:12 01384_bloom_filter_bad_arguments: [ OK ] 4.42 sec.
2025-03-06 05:05:13 01410_nullable_key_and_index: [ OK ] 5.47 sec.
2025-03-06 05:05:13 01509_parallel_quorum_and_merge_long: [ OK ] 19.00 sec.
2025-03-06 05:05:13 01333_select_abc_asterisk: [ OK ] 1.33 sec.
2025-03-06 05:05:14 01326_hostname_alias: [ OK ] 0.78 sec.
2025-03-06 05:05:14 01330_array_join_in_higher_order_function: [ OK ] 1.36 sec.
2025-03-06 05:05:14 01324_settings_documentation: [ OK ] 0.81 sec.
2025-03-06 05:05:15 01322_cast_keep_nullable: [ OK ] 1.34 sec.
2025-03-06 05:05:16 01302_polygons_distance: [ OK ] 1.29 sec.
2025-03-06 05:05:16 01293_show_settings: [ OK ] 0.66 sec.
2025-03-06 05:05:17 01301_polygons_within: [ OK ] 1.49 sec.
2025-03-06 05:05:18 01293_pretty_max_value_width: [ OK ] 1.87 sec.
2025-03-06 05:05:18 01355_CSV_input_format_allow_errors: [ OK ] 9.24 sec.
2025-03-06 05:05:19 01280_unicode_whitespaces_lexer: [ OK ] 0.81 sec.
2025-03-06 05:05:19 01414_low_cardinality_nullable: [ OK ] 12.95 sec.
2025-03-06 05:05:21 01513_optimize_aggregation_in_order_memory_long: [ OK ] 28.08 sec.
2025-03-06 05:05:21 01278_format_multiple_queries: [ OK ] 1.60 sec.
2025-03-06 05:05:22 01346_alter_enum_partition_key_replicated_zookeeper_long: [ OK ] 10.34 sec.
2025-03-06 05:05:23 01279_empty_external_table: [ OK ] 4.14 sec.
2025-03-06 05:05:24 01283_strict_resize_bug: [ OK ] 7.17 sec.
2025-03-06 05:05:24 01273_lc_fixed_string_field: [ OK ] 2.26 sec.
2025-03-06 05:05:26 01272_offset_without_limit: [ OK ] 1.17 sec.
2025-03-06 05:05:27 01271_show_privileges: [ OK ] 0.86 sec.
2025-03-06 05:05:27 01318_encrypt: [ OK ] 13.11 sec.
2025-03-06 05:05:28 01446_json_strings_each_row: [ OK ] 23.41 sec.
2025-03-06 05:05:28 01268_mergine_sorted_limit: [ OK ] 1.10 sec.
2025-03-06 05:05:28 01273_arrow_arrays_load: [ OK ] 6.61 sec.
2025-03-06 05:05:28 01273_arrow_nullable_arrays_load: [ OK ] 6.81 sec.
2025-03-06 05:05:28 01255_geo_types_livace: [ OK ] 1.08 sec.
2025-03-06 05:05:29 01251_string_comparison: [ OK ] 0.73 sec.
2025-03-06 05:05:29 01273_arrow_decimal: [ OK ] 6.14 sec.
2025-03-06 05:05:30 01230_join_get_truncate: [ OK ] 1.49 sec.
2025-03-06 05:05:30 01245_limit_infinite_sources: [ OK ] 1.93 sec.
2025-03-06 05:05:31 01220_scalar_optimization_in_alter: [ OK ] 1.14 sec.
2025-03-06 05:05:32 01246_extractAllGroupsVertical: [ OK ] 3.53 sec.
2025-03-06 05:05:32 01211_optimize_skip_unused_shards_type_mismatch: [ OK ] 2.00 sec.
2025-03-06 05:05:33 01199_url_functions_path_without_schema_yiurule: [ OK ] 0.86 sec.
2025-03-06 05:05:33 01202_array_auc_special: [ OK ] 2.67 sec.
2025-03-06 05:05:35 01201_drop_column_compact_part_replicated_zookeeper_long: [ OK ] 3.87 sec.
2025-03-06 05:05:36 01273_arrow_dictionaries_load: [ OK ] 17.19 sec.
2025-03-06 05:05:37 01187_set_profile_as_setting: [ OK ] 4.74 sec.
2025-03-06 05:05:39 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 4.24 sec.
2025-03-06 05:05:39 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 2.10 sec.
2025-03-06 05:05:39 01249_flush_interactive: [ OK ] 11.54 sec.
2025-03-06 05:05:41 01121_remote_scalar_subquery: [ OK ] 1.16 sec.
2025-03-06 05:05:41 01122_totals_rollup_having_block_header: [ OK ] 1.53 sec.
2025-03-06 05:05:41 01134_max_rows_to_group_by: [ OK ] 2.02 sec.
2025-03-06 05:05:41 01183_custom_separated_format_http: [ OK ] 8.33 sec.
2025-03-06 05:05:42 01120_join_constants: [ OK ] 1.00 sec.
2025-03-06 05:05:42 01116_asof_join_dolbyzerr: [ OK ] 1.05 sec.
2025-03-06 05:05:42 01116_cross_count_asterisks: [ OK ] 1.28 sec.
2025-03-06 05:05:43 01118_is_constant: [ OK ] 1.78 sec.
2025-03-06 05:05:44 01098_sum: [ OK ] 1.53 sec.
2025-03-06 05:05:45 01170_alter_partition_isolation: [ OK ] 11.73 sec.
2025-03-06 05:05:45 01107_tuples_arrays_parsing_exceptions: [ OK ] 2.56 sec.
2025-03-06 05:05:46 01096_zeros: [ OK ] 1.84 sec.
2025-03-06 05:05:47 01087_index_set_ubsan: [ OK ] 0.96 sec.
2025-03-06 05:05:47 01147_partial_merge_full_join: [ OK ] 10.85 sec.
2025-03-06 05:05:48 01085_simdjson_uint64: [ OK ] 0.80 sec.
2025-03-06 05:05:48 01093_cyclic_defaults_filimonov: [ OK ] 3.50 sec.
2025-03-06 05:05:49 01115_join_with_dictionary: [ OK ] 7.02 sec.
2025-03-06 05:05:49 01079_new_range_reader_segfault: [ OK ] 1.27 sec.
2025-03-06 05:05:50 01075_allowed_client_hosts: [ OK ] 1.44 sec.
2025-03-06 05:05:52 01072_json_each_row_data_in_square_brackets: [ OK ] 1.11 sec.
2025-03-06 05:05:54 01231_operator_null_in: [ OK ] 25.04 sec.
2025-03-06 05:05:54 01079_alter_default_zookeeper_long: [ OK ] 6.93 sec.
2025-03-06 05:05:55 01068_parens: [ OK ] 0.84 sec.
2025-03-06 05:05:56 01074_h3_range_check: [ OK ] 6.80 sec.
2025-03-06 05:05:57 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 3.18 sec.
2025-03-06 05:05:58 01077_mutations_index_consistency: [ OK ] 9.51 sec.
2025-03-06 05:05:58 01060_defaults_all_columns: [ OK ] 1.17 sec.
2025-03-06 05:05:59 01095_tpch_like_smoke: [ OK ] 14.71 sec.
2025-03-06 05:06:00 01055_prewhere_bugs: [ OK ] 1.65 sec.
2025-03-06 05:06:00 01099_operators_date_and_timestamp: [ OK ] 17.67 sec.
2025-03-06 05:06:01 01071_force_optimize_skip_unused_shards: [ OK ] 9.05 sec.
2025-03-06 05:06:01 01053_drop_database_mat_view: [ OK ] 1.34 sec.
2025-03-06 05:06:02 01049_join_low_card_crash: [ OK ] 2.22 sec.
2025-03-06 05:06:04 01060_window_view_event_tumble_to_asc: [ OK ] 7.38 sec.
2025-03-06 05:06:05 01049_window_view_window_functions: [ OK ] 3.35 sec.
2025-03-06 05:06:05 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 9.72 sec.
2025-03-06 05:06:05 01045_bloom_filter_null_array: [ OK ] 1.56 sec.
2025-03-06 05:06:06 01040_h3_get_resolution: [ OK ] 0.88 sec.
2025-03-06 05:06:06 01049_zookeeper_synchronous_mutations_long: [ OK ] 3.33 sec.
2025-03-06 05:06:06 01038_array_of_unnamed_tuples: [ OK ] 1.13 sec.
2025-03-06 05:06:07 01036_union_different_columns: [ OK ] 1.13 sec.
2025-03-06 05:06:07 01054_random_printable_ascii_ubsan: [ OK ] 7.32 sec.
2025-03-06 05:06:08 01032_duplicate_column_insert_query: [ OK ] 1.41 sec.
2025-03-06 05:06:09 01273_arrow_stream: [ OK ] 44.69 sec.
2025-03-06 05:06:09 01058_zlib_ng_level1_bug: [ OK ] 11.51 sec.
2025-03-06 05:06:10 01024__getScalar: [ OK ] 1.38 sec.
2025-03-06 05:06:10 01034_JSONCompactEachRow: [ OK ] 4.30 sec.
2025-03-06 05:06:11 01014_count_of_merges_metrics: [ OK ] 1.52 sec.
2025-03-06 05:06:13 01031_mutations_interpreter_and_context: [ OK ] 6.32 sec.
2025-03-06 05:06:14 01013_totals_without_aggregation: [ OK ] 2.26 sec.
2025-03-06 05:06:14 01014_function_repeat_corner_cases: [ OK ] 3.21 sec.
2025-03-06 05:06:15 01009_insert_select_data_loss: [ OK ] 1.12 sec.
2025-03-06 05:06:16 00999_settings_no_extra_quotes: [ OK ] 0.76 sec.
2025-03-06 05:06:17 01010_partial_merge_join_const_and_lc: [ OK ] 3.03 sec.
2025-03-06 05:06:18 00999_test_skip_indices_with_alter_and_merge: [ OK ] 1.98 sec.
2025-03-06 05:06:19 01014_format_custom_separated: [ OK ] 9.26 sec.
2025-03-06 05:06:23 01017_mutations_with_nondeterministic_functions_zookeeper: [ OK ] 13.90 sec.
2025-03-06 05:06:27 01035_avg: [ OK ] 21.21 sec.
2025-03-06 05:06:28 00997_trim: [ OK ] 11.01 sec.
2025-03-06 05:06:28 01010_partial_merge_join: [ OK ] 14.73 sec.
2025-03-06 05:06:30 00978_sum_map_bugfix: [ OK ] 1.52 sec.
2025-03-06 05:06:32 00980_full_join_crash_fancyqlx: [ OK ] 4.09 sec.
2025-03-06 05:06:32 00976_max_execution_speed: [ OK ] 3.97 sec.
2025-03-06 05:06:35 00975_sample_prewhere_distributed: [ OK ] 4.44 sec.
2025-03-06 05:06:37 00974_full_outer_join: [ OK ] 2.00 sec.
2025-03-06 05:06:41 00974_fix_join_on: [ OK ] 8.53 sec.
2025-03-06 05:06:43 00969_roundDuration: [ OK ] 1.96 sec.
2025-03-06 05:06:44 00967_ubsan_bit_test: [ OK ] 0.95 sec.
2025-03-06 05:06:45 00974_adaptive_granularity_secondary_index: [ OK ] 12.10 sec.
2025-03-06 05:06:47 00967_insert_into_distributed_different_types: [ OK ] 2.02 sec.
2025-03-06 05:06:47 00963_startsWith_force_primary_key: [ OK ] 2.07 sec.
2025-03-06 05:06:51 00956_http_prepared_statements: [ OK ] 3.98 sec.
2025-03-06 05:06:52 00957_neighbor: [ OK ] 5.69 sec.
2025-03-06 05:06:53 00991_system_parts_race_condition_long: [ OK ] 34.66 sec.
2025-03-06 05:06:56 00972_geohashesInBox: [ OK ] 18.42 sec.
2025-03-06 05:06:58 00950_default_prewhere: [ OK ] 2.28 sec.
2025-03-06 05:06:59 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.81 sec.
2025-03-06 05:07:02 00950_test_gorilla_codec: [ OK ] 2.12 sec.
2025-03-06 05:07:03 00942_dataparts_500: [ OK ] 1.82 sec.
2025-03-06 05:07:05 00952_basic_constraints: [ OK ] 12.00 sec.
2025-03-06 05:07:05 00954_client_prepared_statements: [ OK ] 13.39 sec.
2025-03-06 05:07:08 00940_order_by_read_in_order: [ OK ] 4.01 sec.
2025-03-06 05:07:08 00981_topK_topKWeighted_long: [ OK ] 44.76 sec.
2025-03-06 05:07:09 00951_ngram_search: [ OK ] 16.00 sec.
2025-03-06 05:07:09 00932_array_intersect_bug: [ OK ] 1.22 sec.
2025-03-06 05:07:09 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 1.44 sec.
2025-03-06 05:07:12 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 2.89 sec.
2025-03-06 05:07:12 00937_format_schema_rows_template: [ OK ] 6.93 sec.
2025-03-06 05:07:12 01049_join_low_card_bug_long: [ OK ] 71.12 sec.
2025-03-06 05:07:13 00910_decimal_group_array_crash_3783: [ OK ] 3.08 sec.
2025-03-06 05:07:16 00908_long_http_insert: [ OK ] 3.53 sec.
2025-03-06 05:07:18 00906_low_cardinality_rollup: [ OK ] 1.72 sec.
2025-03-06 05:07:19 00903_array_with_constant_function: [ OK ] 0.89 sec.
2025-03-06 05:07:20 00988_parallel_parts_removal: [ OK ] 61.37 sec.
2025-03-06 05:07:21 00926_zookeeper_adaptive_index_granularity_replicated_merge_tree_long: [ OK ] 11.88 sec.
2025-03-06 05:07:24 00898_parsing_bad_diagnostic_message: [ OK ] 3.40 sec.
2025-03-06 05:07:24 01034_move_partition_from_table_zookeeper: [ OK ] 77.90 sec.
2025-03-06 05:07:26 00897_flatten: [ OK ] 1.30 sec.
2025-03-06 05:07:26 00900_orc_arrays_load: [ OK ] 6.86 sec.
2025-03-06 05:07:27 00909_ngram_distance: [ OK ] 14.75 sec.
2025-03-06 05:07:28 00862_decimal_in: [ OK ] 2.40 sec.
2025-03-06 05:07:28 00875_join_right_nulls_ors: [ OK ] 3.69 sec.
2025-03-06 05:07:28 00854_multiple_join_asterisks: [ OK ] 1.32 sec.
2025-03-06 05:07:29 00846_join_using_tuple_crash: [ OK ] 0.96 sec.
2025-03-06 05:07:30 00857_global_joinsavel_table_alias: [ OK ] 3.77 sec.
2025-03-06 05:07:31 00844_join_lightee2: [ OK ] 1.42 sec.
2025-03-06 05:07:31 00842_array_with_constant_overflow: [ OK ] 1.17 sec.
2025-03-06 05:07:31 00853_join_with_nulls_crash: [ OK ] 2.90 sec.
2025-03-06 05:07:32 00834_date_datetime_cmp: [ OK ] 0.96 sec.
2025-03-06 05:07:32 00909_arrayEnumerateUniq: [ OK ] 20.39 sec.
2025-03-06 05:07:33 00848_join_use_nulls_segfault: [ OK ] 4.80 sec.
2025-03-06 05:07:33 00835_if_generic_case: [ OK ] 2.27 sec.
2025-03-06 05:07:33 00900_orc_arrow_parquet_maps: [ OK ] 12.89 sec.
2025-03-06 05:07:33 00819_ast_refactoring_bugs: [ OK ] 1.28 sec.
2025-03-06 05:07:35 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 1.19 sec.
2025-03-06 05:07:36 00825_protobuf_format_squares: [ OK ] 5.18 sec.
2025-03-06 05:07:37 00818_alias_bug_4110: [ OK ] 5.00 sec.
2025-03-06 05:07:38 00800_function_java_hash: [ OK ] 1.53 sec.
2025-03-06 05:07:38 00800_versatile_storage_join: [ OK ] 3.56 sec.
2025-03-06 05:07:38 00805_round_down: [ OK ] 5.30 sec.
2025-03-06 05:07:38 00804_test_custom_compression_codes_log_storages: [ OK ] 4.94 sec.
2025-03-06 05:07:39 00794_materialized_view_with_column_defaults: [ OK ] 1.40 sec.
2025-03-06 05:07:39 00763_create_query_as_table_engine_bug: [ OK ] 1.31 sec.
2025-03-06 05:07:40 00753_comment_columns_zookeeper: [ OK ] 1.34 sec.
2025-03-06 05:07:40 00752_low_cardinality_permute: [ OK ] 1.28 sec.
2025-03-06 05:07:40 00739_array_element_nullable_string_mattrobenolt: [ OK ] 1.33 sec.
2025-03-06 05:07:41 00725_join_on_bug_1: [ OK ] 1.37 sec.
2025-03-06 05:07:41 00730_unicode_terminal_format: [ OK ] 1.77 sec.
2025-03-06 05:07:42 00725_join_on_bug_2: [ OK ] 2.24 sec.
2025-03-06 05:07:42 00712_prewhere_with_alias_bug_2: [ OK ] 1.15 sec.
2025-03-06 05:07:43 00804_test_custom_compression_codecs: [ OK ] 9.92 sec.
2025-03-06 05:07:43 00714_alter_uuid: [ OK ] 2.73 sec.
2025-03-06 05:07:43 00712_prewhere_with_alias_bug: [ OK ] 1.18 sec.
2025-03-06 05:07:44 00712_prewhere_with_alias: [ OK ] 2.78 sec.
2025-03-06 05:07:44 00701_join_default_strictness: [ OK ] 1.60 sec.
2025-03-06 05:07:45 00688_low_cardinality_alter_add_column: [ OK ] 1.11 sec.
2025-03-06 05:07:46 00746_compile_non_deterministic_function: [ OK ] 7.32 sec.
2025-03-06 05:07:47 00700_decimal_math: [ OK ] 3.25 sec.
2025-03-06 05:07:47 00700_decimal_null: [ OK ] 3.57 sec.
2025-03-06 05:07:47 00688_aggregation_retention: [ OK ] 1.82 sec.
2025-03-06 05:07:48 00680_duplicate_columns_inside_union_all: [ OK ] 1.18 sec.
2025-03-06 05:07:48 00687_insert_into_mv: [ OK ] 2.15 sec.
2025-03-06 05:07:48 00674_has_array_enum: [ OK ] 0.79 sec.
2025-03-06 05:07:48 00676_group_by_in: [ OK ] 1.28 sec.
2025-03-06 05:07:49 00672_arrayDistinct: [ OK ] 1.34 sec.
2025-03-06 05:07:50 00665_alter_nullable_string_to_nullable_uint8: [ OK ] 1.48 sec.
2025-03-06 05:07:50 00649_quantile_tdigest_negative: [ OK ] 0.91 sec.
2025-03-06 05:07:52 00666_uniq_complex_types: [ OK ] 3.48 sec.
2025-03-06 05:07:52 00647_histogram: [ OK ] 1.61 sec.
2025-03-06 05:07:52 00639_startsWith: [ OK ] 1.73 sec.
2025-03-06 05:07:53 00627_recursive_alias: [ OK ] 0.79 sec.
2025-03-06 05:07:54 00628_in_lambda_on_merge_table_bug: [ OK ] 2.01 sec.
2025-03-06 05:07:55 00618_nullable_in: [ OK ] 1.00 sec.
2025-03-06 05:07:55 00908_bloom_filter_index: [ OK ] 43.26 sec.
2025-03-06 05:07:56 00700_decimal_empty_aggregates: [ OK ] 12.34 sec.
2025-03-06 05:07:57 00612_http_max_query_size_for_distributed: [ OK ] 1.56 sec.
2025-03-06 05:07:57 00674_join_on_syntax: [ OK ] 9.10 sec.
2025-03-06 05:07:58 00612_count: [ OK ] 2.77 sec.
2025-03-06 05:07:58 00604_show_create_database: [ OK ] 0.63 sec.
2025-03-06 05:07:58 00605_intersections_aggregate_functions: [ OK ] 1.11 sec.
2025-03-06 05:07:58 00623_truncate_table: [ OK ] 4.99 sec.
2025-03-06 05:07:58 00609_distributed_with_case_when_then: [ OK ] 1.87 sec.
2025-03-06 05:07:59 00570_empty_array_is_const: [ OK ] 0.94 sec.
2025-03-06 05:08:00 00601_kill_running_query: [ OK ] 2.14 sec.
2025-03-06 05:08:00 00569_parse_date_time_best_effort: [ OK ] 0.81 sec.
2025-03-06 05:08:00 00586_removing_unused_columns_from_subquery: [ OK ] 2.27 sec.
2025-03-06 05:08:01 00566_enum_min_max: [ OK ] 0.89 sec.
2025-03-06 05:08:01 00578_merge_table_and_table_virtual_column: [ OK ] 3.17 sec.
2025-03-06 05:08:02 00596_limit_on_expanded_ast: [ OK ] 3.78 sec.
2025-03-06 05:08:02 00559_filter_array_generic: [ OK ] 0.77 sec.
2025-03-06 05:08:02 00564_initial_column_values_with_default_expression: [ OK ] 1.37 sec.
2025-03-06 05:08:02 00558_aggregate_merge_totals_with_arenas: [ OK ] 0.95 sec.
2025-03-06 05:08:03 00553_buff_exists_materlized_column: [ OK ] 1.59 sec.
2025-03-06 05:08:03 00552_logical_functions_simple: [ OK ] 1.44 sec.
2025-03-06 05:08:04 00552_or_nullable: [ OK ] 2.01 sec.
2025-03-06 05:08:04 00534_exp10: [ OK ] 0.92 sec.
2025-03-06 05:08:04 00535_parse_float_scientific: [ OK ] 1.12 sec.
2025-03-06 05:08:06 00700_decimal_complex_types: [ OK ] 22.45 sec.
2025-03-06 05:08:06 00520_tuple_values_interpreter: [ OK ] 1.08 sec.
2025-03-06 05:08:07 00503_cast_const_nullable: [ OK ] 0.84 sec.
2025-03-06 05:08:07 00550_join_insert_select: [ OK ] 4.42 sec.
2025-03-06 05:08:07 00514_interval_operators: [ OK ] 2.85 sec.
2025-03-06 05:08:08 00502_string_concat_with_array: [ OK ] 0.83 sec.
2025-03-06 05:08:08 00521_multidimensional: [ OK ] 3.47 sec.
2025-03-06 05:08:09 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.86 sec.
2025-03-06 05:08:09 00499_json_enum_insert: [ OK ] 1.20 sec.
2025-03-06 05:08:09 00495_reading_const_zero_column: [ OK ] 1.22 sec.
2025-03-06 05:08:09 00477_parsing_data_types: [ OK ] 0.61 sec.
2025-03-06 05:08:10 00507_array_no_params: [ OK ] 4.07 sec.
2025-03-06 05:08:10 00471_sql_style_quoting: [ OK ] 0.75 sec.
2025-03-06 05:08:10 00487_if_array_fixed_string: [ OK ] 1.28 sec.
2025-03-06 05:08:10 00462_json_true_false_literals: [ OK ] 1.05 sec.
2025-03-06 05:08:11 00453_top_k: [ OK ] 1.38 sec.
2025-03-06 05:08:12 00453_cast_enum: [ OK ] 1.64 sec.
2025-03-06 05:08:13 00445_join_nullable_keys: [ OK ] 1.54 sec.
2025-03-06 05:08:13 00447_foreach_modifier: [ OK ] 2.77 sec.
2025-03-06 05:08:14 00500_point_in_polygon_non_const_poly: [ OK ] 6.74 sec.
2025-03-06 05:08:14 00434_tonullable: [ OK ] 0.94 sec.
2025-03-06 05:08:17 00458_merge_type_cast: [ OK ] 6.92 sec.
2025-03-06 05:08:18 00432_aggregate_function_scalars_and_constants: [ OK ] 4.43 sec.
2025-03-06 05:08:26 00431_if_nulls: [ OK ] 11.26 sec.
2025-03-06 05:08:28 00938_fix_rwlock_segfault_long: [ OK ] 83.16 sec.
2025-03-06 05:08:30 00409_shard_limit_by: [ OK ] 3.67 sec.
2025-03-06 05:08:32 00405_output_format_pretty_color: [ OK ] 3.49 sec.
2025-03-06 05:08:34 00387_use_client_time_zone: [ OK ] 2.20 sec.
2025-03-06 05:08:36 00443_optimize_final_vertical_merge: [ OK ] 23.05 sec.
2025-03-06 05:08:37 00384_column_aggregate_function_insert_from: [ OK ] 3.11 sec.
2025-03-06 05:08:39 00368_format_option_collision: [ OK ] 2.39 sec.
2025-03-06 05:08:41 00564_versioned_collapsing_merge_tree: [ OK ] 40.31 sec.
2025-03-06 05:08:41 00361_shared_array_offsets_and_squash_blocks: [ OK ] 1.80 sec.
2025-03-06 05:08:42 00360_to_date_from_string_with_datetime: [ OK ] 0.95 sec.
2025-03-06 05:08:42 00357_to_string_complex_types: [ OK ] 1.21 sec.
2025-03-06 05:08:43 00355_array_of_non_const_convertible_types: [ OK ] 0.81 sec.
2025-03-06 05:08:44 00351_select_distinct_arrays_tuples: [ OK ] 1.19 sec.
2025-03-06 05:08:44 00365_statistics_in_formats: [ OK ] 7.13 sec.
2025-03-06 05:08:45 00346_if_tuple: [ OK ] 1.30 sec.
2025-03-06 05:08:46 00354_host_command_line_option: [ OK ] 4.08 sec.
2025-03-06 05:08:46 00335_bom: [ OK ] 2.02 sec.
2025-03-06 05:08:47 00334_column_aggregate_function_limit: [ OK ] 1.48 sec.
2025-03-06 05:08:48 00315_quantile_off_by_one: [ OK ] 1.51 sec.
2025-03-06 05:08:48 00322_disable_checksumming: [ OK ] 1.76 sec.
2025-03-06 05:08:48 00421_storage_merge__table_index: [ OK ] 31.46 sec.
2025-03-06 05:08:49 00311_array_primary_key: [ OK ] 1.72 sec.
2025-03-06 05:08:49 00308_write_buffer_valid_utf8: [ OK ] 0.77 sec.
2025-03-06 05:08:49 00300_csv: [ OK ] 0.94 sec.
2025-03-06 05:08:50 00296_url_parameters: [ OK ] 1.94 sec.
2025-03-06 05:08:51 00263_merge_aggregates_and_overflow: [ OK ] 1.08 sec.
2025-03-06 05:08:52 00632_get_sample_block_cache: [ OK ] 59.96 sec.
2025-03-06 05:08:53 00234_disjunctive_equality_chains_optimization: [ OK ] 0.97 sec.
2025-03-06 05:08:53 00275_shard_quantiles_weighted: [ OK ] 3.72 sec.
2025-03-06 05:08:53 00278_insert_already_sorted: [ OK ] 4.32 sec.
2025-03-06 05:08:53 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 1.91 sec.
2025-03-06 05:08:54 00232_format_readable_decimal_size: [ OK ] 0.80 sec.
2025-03-06 05:08:54 00227_quantiles_timing_arbitrary_order: [ OK ] 1.15 sec.
2025-03-06 05:08:55 00218_like_regexp_newline: [ OK ] 1.27 sec.
2025-03-06 05:08:55 00213_multiple_global_in: [ OK ] 0.93 sec.
2025-03-06 05:08:55 00215_primary_key_order_zookeeper_long: [ OK ] 1.75 sec.
2025-03-06 05:08:56 00229_prewhere_column_missing: [ OK ] 2.66 sec.
2025-03-06 05:08:56 00204_extract_url_parameter: [ OK ] 0.71 sec.
2025-03-06 05:08:57 00210_insert_select_extremes_http: [ OK ] 1.85 sec.
2025-03-06 05:08:58 00159_whitespace_in_columns_list: [ OK ] 1.26 sec.
2025-03-06 05:08:59 00154_shard_distributed_with_distinct: [ OK ] 1.05 sec.
2025-03-06 05:09:00 00181_aggregate_functions_statistics_stable: [ OK ] 3.94 sec.
2025-03-06 05:09:00 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 48.99 sec.
2025-03-06 05:09:01 00276_sample: [ OK ] 11.53 sec.
2025-03-06 05:09:01 00149_function_url_hash: [ OK ] 1.56 sec.
2025-03-06 05:09:01 00136_duplicate_order_by_elems: [ OK ] 1.28 sec.
2025-03-06 05:09:02 00120_join_and_group_by: [ OK ] 1.08 sec.
2025-03-06 05:09:02 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 1.35 sec.
2025-03-06 05:09:03 00118_storage_join: [ OK ] 2.42 sec.
2025-03-06 05:09:04 00395_nullable: [ OK ] 34.27 sec.
2025-03-06 05:09:05 00105_shard_collations: [ OK ] 3.19 sec.
2025-03-06 05:09:05 00098_1_union_all: [ OK ] 1.82 sec.
2025-03-06 05:09:05 00098_l_union_all: [ OK ] 1.20 sec.
2025-03-06 05:09:06 00098_7_union_all: [ OK ] 0.81 sec.
2025-03-06 05:09:06 00098_j_union_all: [ OK ] 0.90 sec.
2025-03-06 05:09:07 00100_subquery_table_identifier: [ OK ] 4.87 sec.
2025-03-06 05:09:07 00098_shard_i_union_all: [ OK ] 2.27 sec.
2025-03-06 05:09:09 00082_append_trailing_char_if_absent: [ OK ] 1.18 sec.
2025-03-06 05:09:11 00080_show_tables_and_system_tables: [ OK ] 2.02 sec.
2025-03-06 05:09:11 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 4.51 sec.
2025-03-06 05:09:11 00084_summing_merge_tree: [ OK ] 4.11 sec.
2025-03-06 05:09:12 00065_shard_float_literals_formatting: [ OK ] 0.95 sec.
2025-03-06 05:09:12 00071_insert_fewer_columns: [ OK ] 1.32 sec.
2025-03-06 05:09:13 00055_join_two_numbers: [ OK ] 0.90 sec.
2025-03-06 05:09:13 00050_any_left_join: [ OK ] 0.88 sec.
2025-03-06 05:09:14 00045_sorting_by_fixed_string_descending: [ OK ] 0.85 sec.
2025-03-06 05:09:14 00041_aggregation_remap: [ OK ] 1.00 sec.
2025-03-06 05:09:14
2025-03-06 05:09:14 141 tests passed. 1 tests skipped. 620.08 s elapsed (ForkPoolWorker-6).
2025-03-06 05:09:15 00003_reinterpret_as_string: [ OK ] 0.78 sec.
2025-03-06 05:09:15
2025-03-06 05:09:15 114 tests passed. 0 tests skipped. 620.50 s elapsed (ForkPoolWorker-2).
2025-03-06 05:09:19 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 7.98 sec.
2025-03-06 05:09:19
2025-03-06 05:09:19 110 tests passed. 0 tests skipped. 624.97 s elapsed (ForkPoolWorker-5).
2025-03-06 05:09:21 00183_skip_unavailable_shards: [ OK ] 25.08 sec.
2025-03-06 05:09:21
2025-03-06 05:09:21 93 tests passed. 0 tests skipped. 626.35 s elapsed (ForkPoolWorker-3).
2025-03-06 05:09:33 00111_shard_external_sort_distributed: [ OK ] 32.13 sec.
2025-03-06 05:09:33
2025-03-06 05:09:33 127 tests passed. 0 tests skipped. 639.01 s elapsed (ForkPoolWorker-7).
2025-03-06 05:10:16 00411_long_accurate_number_comparison_int2: [ OK ] 117.70 sec.
2025-03-06 05:10:16
2025-03-06 05:10:16 90 tests passed. 1 tests skipped. 681.84 s elapsed (ForkPoolWorker-8).
2025-03-06 05:10:50 00090_union_race_conditions_1: [ OK ] 104.06 sec.
2025-03-06 05:10:50
2025-03-06 05:10:50 122 tests passed. 0 tests skipped. 716.08 s elapsed (ForkPoolWorker-9).
2025-03-06 05:11:15 00160_merge_and_index_in_in: [ OK ] 138.61 sec.
2025-03-06 05:11:15
2025-03-06 05:11:15 Having 1 errors! 142 tests passed. 1 tests skipped. 740.63 s elapsed (ForkPoolWorker-4).
2025-03-06 05:11:15
2025-03-06 05:11:15 Running 95 stateless tests (MainProcess).
2025-03-06 05:11:15
2025-03-06 05:11:17 02990_rmt_replica_path_uuid: [ OK ] 2.19 sec.
2025-03-06 05:11:39 02980_dist_insert_readonly_replica: [ OK ] 21.89 sec.
2025-03-06 05:13:18 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 98.65 sec.
2025-03-06 05:13:33 02944_dynamically_change_filesystem_cache_size: [ OK ] 14.49 sec.
2025-03-06 05:13:44 02867_page_cache: [ OK ] 11.18 sec.
2025-03-06 05:14:01 02841_parquet_filter_pushdown: [ OK ] 16.61 sec.
2025-03-06 05:14:01 02782_uniq_exact_parallel_merging_bug: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:14:11 02751_ip_types_aggregate_functions_states: [ OK ] 9.77 sec.
2025-03-06 05:17:37 02735_parquet_encoder: [ OK ] 205.68 sec.
2025-03-06 05:18:11 02725_start_stop_fetches: [ OK ] 34.51 sec.
2025-03-06 05:18:16 02706_show_columns: [ OK ] 4.98 sec.
2025-03-06 05:18:29 02572_system_logs_materialized_views_ignore_errors: [ OK ] 12.41 sec.
2025-03-06 05:18:32 02541_arrow_duration_type: [ OK ] 2.74 sec.
2025-03-06 05:19:23 02535_max_parallel_replicas_custom_key: [ OK ] 51.41 sec.
2025-03-06 05:19:29 02503_insert_storage_snapshot: [ OK ] 5.96 sec.
2025-03-06 05:19:42 02497_trace_events_stress_long: [ OK ] 13.15 sec.
2025-03-06 05:19:44 02494_query_cache_exception_handling: [ OK ] 1.10 sec.
2025-03-06 05:19:45 02494_query_cache_user_quotas_after_drop: [ OK ] 1.42 sec.
2025-03-06 05:19:56 02494_trace_log_profile_events: [ OK ] 10.50 sec.
2025-03-06 05:19:58 02482_json_nested_arrays_with_same_keys: [ OK ] 2.12 sec.
2025-03-06 05:20:02 02481_custom_separated_and_template_with_csv_field: [ OK ] 4.10 sec.
2025-03-06 05:20:05 02458_hdfs_cluster_schema_inference: [ OK ] 2.31 sec.
2025-03-06 05:20:06 02422_msgpack_uuid_wrong_column: [ OK ] 1.47 sec.
2025-03-06 05:20:08 02411_merge_tree_zero_max_read_buffer_size: [ OK ] 1.51 sec.
2025-03-06 05:20:13 02391_recursive_buffer: [ OK ] 4.57 sec.
2025-03-06 05:20:15 02385_profile_events_overflow: [ OK ] 2.01 sec.
2025-03-06 05:20:18 02373_heap_buffer_overflow_in_avro: [ OK ] 2.90 sec.
2025-03-06 05:20:41 02352_rwlock: [ OK ] 23.71 sec.
2025-03-06 05:20:43 02323_null_modifier_in_table_function: [ OK ] 1.29 sec.
2025-03-06 05:21:52 02286_mysql_dump_input_format: [ OK ] 69.11 sec.
2025-03-06 05:22:02 02262_column_ttl: [ OK ] 10.18 sec.
2025-03-06 05:22:22 02247_written_bytes_quota: [ OK ] 19.23 sec.
2025-03-06 05:22:23 02244_lowcardinality_hash_join: [ OK ] 1.48 sec.
2025-03-06 05:23:16 02241_filesystem_cache_on_write_operations: [ OK ] 52.22 sec.
2025-03-06 05:24:37 02228_merge_tree_insert_memory_usage: [ OK ] 80.78 sec.
2025-03-06 05:24:42 02185_values_schema_inference: [ OK ] 5.25 sec.
2025-03-06 05:24:45 02179_dict_reload_on_cluster: [ OK ] 2.51 sec.
2025-03-06 05:24:47 02177_temporary_table_current_database_http_session: [ OK ] 1.84 sec.
2025-03-06 05:25:21 02167_format_from_file_extension: [ OK ] 34.27 sec.
2025-03-06 05:26:03 02149_schema_inference: [ OK ] 41.78 sec.
2025-03-06 05:26:03 02125_many_mutations_2: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:26:21 02118_deserialize_whole_text: [ OK ] 17.79 sec.
2025-03-06 05:26:26 02105_table_function_file_partiotion_by: [ OK ] 4.90 sec.
2025-03-06 05:26:27 02103_sql_user_defined_functions_composition: [ OK ] 0.85 sec.
2025-03-06 05:26:58 02103_tsv_csv_custom_null_representation: [ OK ] 30.95 sec.
2025-03-06 05:27:00 02096_rename_atomic_hang: [ OK ] 1.81 sec.
2025-03-06 05:27:02 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 2.36 sec.
2025-03-06 05:27:09 02015_global_in_threads: [ OK ] 6.62 sec.
2025-03-06 05:27:10 01948_dictionary_quoted_database_name: [ OK ] 1.60 sec.
2025-03-06 05:27:16 01945_system_warnings: [ OK ] 5.13 sec.
2025-03-06 05:27:20 01902_table_function_merge_db_repr: [ OK ] 4.44 sec.
2025-03-06 05:27:23 01889_postgresql_protocol_null_fields: [ OK ] 2.30 sec.
2025-03-06 05:27:24 01837_database_memory_ddl_dictionaries: [ OK ] 1.24 sec.
2025-03-06 05:27:47 01710_projection_vertical_merges: [ OK ] 22.47 sec.
2025-03-06 05:27:53 01685_ssd_cache_dictionary_complex_key: [ OK ] 6.26 sec.
2025-03-06 05:27:55 01670_dictionary_create_key_expression: [ OK ] 2.01 sec.
2025-03-06 05:27:57 01646_system_restart_replicas_smoke: [ OK ] 1.43 sec.
2025-03-06 05:28:05 01643_replicated_merge_tree_fsync_smoke: [ OK ] 8.20 sec.
2025-03-06 05:28:06 01600_multiple_left_join_with_aliases: [ OK ] 1.33 sec.
2025-03-06 05:28:08 01575_disable_detach_table_of_dictionary: [ OK ] 1.27 sec.
2025-03-06 05:28:10 01517_drop_mv_with_inner_table: [ OK ] 2.20 sec.
2025-03-06 05:28:13 01474_executable_dictionary: [ OK ] 3.42 sec.
2025-03-06 05:28:52 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 38.72 sec.
2025-03-06 05:28:55 01457_create_as_table_function_structure: [ OK ] 2.17 sec.
2025-03-06 05:29:01 01456_modify_column_type_via_add_drop_update: [ OK ] 6.23 sec.
2025-03-06 05:33:43 01442_merge_detach_attach_long: [ OK ] 282.03 sec.
2025-03-06 05:34:00 01417_freeze_partition_verbose: [ OK ] 16.59 sec.
2025-03-06 05:34:02 01392_column_resolve: [ OK ] 1.87 sec.
2025-03-06 05:34:19 01375_storage_file_tsv_csv_with_names_write_prefix: [ OK ] 16.97 sec.
2025-03-06 05:34:21 01355_alter_column_with_order: [ OK ] 2.02 sec.
2025-03-06 05:34:38 01338_long_select_and_alter_zookeeper: [ OK ] 17.14 sec.
2025-03-06 05:34:51 01305_replica_create_drop_zookeeper: [ OK ] 13.01 sec.
2025-03-06 05:34:53 01293_system_distribution_queue: [ OK ] 1.78 sec.
2025-03-06 05:34:56 01281_unsucceeded_insert_select_queries_counter: [ OK ] 2.54 sec.
2025-03-06 05:35:07 01280_ssd_complex_key_dictionary: [ OK ] 11.01 sec.
2025-03-06 05:36:02 01275_parallel_mv: [ OK ] 55.50 sec.
2025-03-06 05:36:05 01259_dictionary_custom_settings_ddl: [ OK ] 2.24 sec.
2025-03-06 05:36:06 01225_drop_dictionary_as_table: [ OK ] 1.45 sec.
2025-03-06 05:36:57 01192_rename_database_zookeeper: [ OK ] 50.92 sec.
2025-03-06 05:37:04 01155_rename_move_materialized_view: [ OK ] 6.84 sec.
2025-03-06 05:37:09 01148_zookeeper_path_macros_unfolding: [ OK ] 5.04 sec.
2025-03-06 05:37:11 01125_dict_ddl_cannot_add_column: [ OK ] 1.25 sec.
2025-03-06 05:37:12 01113_local_dictionary_type_conversion: [ OK ] 1.19 sec.
2025-03-06 05:37:57 01098_msgpack_format: [ OK ] 44.50 sec.
2025-03-06 05:38:07 01098_temporary_and_external_tables: [ OK ] 9.95 sec.
2025-03-06 05:39:00 01083_expressions_in_engine_arguments: [ OK ] 52.81 sec.
2025-03-06 05:39:06 01070_modify_ttl: [ OK ] 6.33 sec.
2025-03-06 05:39:08 01069_database_memory: [ OK ] 1.55 sec.
2025-03-06 05:39:11 01065_window_view_event_hop_watch_bounded: [ OK ] 3.37 sec.
2025-03-06 05:39:13 01036_no_superfluous_dict_reload_on_create_database: [ OK ] 2.33 sec.
2025-03-06 05:39:19 01013_sync_replica_timeout_zookeeper: [ OK ] 5.76 sec.
2025-03-06 05:39:22 00985_merge_stack_overflow: [ OK ] 2.20 sec.
2025-03-06 05:39:22 00877_memory_limit_for_new_delete: [ SKIPPED ] 0.00 sec. - not running for current build
2025-03-06 05:42:52 00840_long_concurrent_select_and_drop_deadlock: [ OK ] 210.62 sec.
2025-03-06 05:43:49 00719_parallel_ddl_db: [ OK ] 56.39 sec.
2025-03-06 05:43:49
2025-03-06 05:43:49 92 tests passed. 3 tests skipped. 1954.07 s elapsed (MainProcess).
2025-03-06 05:43:54 Won't run stateful tests because test data wasn't loaded.
2025-03-06 05:43:54 Checking the hung queries: done
2025-03-06 05:43:54
2025-03-06 05:43:54 No queries hung.
2025-03-06 05:43:54 All tests have finished.
2025-03-06 05:43:54
2025-03-06 05:43:54 Top patterns of log messages:
2025-03-06 05:43:54
2025-03-06 05:43:54 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-03-06 05:43:54
2025-03-06 05:43:54 1. 34707 0.046 3.07 MiB 0.032 1 1007 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-03-06 05:43:54 2. 34548 0.046 1.97 MiB 0.02 3 587 ['Trace'] 0.001 Access granted: {}{}
2025-03-06 05:43:54 3. 33273 0.044 6.68 MiB 0.07 1 290 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-03-06 05:43:54 4. 33252 0.044 4.98 MiB 0.052 4 289 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-03-06 05:43:54 5. 32458 0.043 1.19 MiB 0.012 1 1007 ['Trace'] 0 Aggregation method: {}
2025-03-06 05:43:54 6. 26603 0.035 8.07 MiB 0.084 1 405 ['Trace'] 0.002 Query {} to stage {}{}
2025-03-06 05:43:54 7. 26352 0.035 8.58 MiB 0.089 1 405 ['Trace'] 0.002 Query {} from stage {} to stage {}{}
2025-03-06 05:43:54 8. 24799 0.033 699.68 KiB 0.007 1 129 ['Debug'] 0 Processed in {} sec.
2025-03-06 05:43:54 9. 24468 0.033 262.84 KiB 0.003 1 926 ['Trace'] 0 Aggregating
2025-03-06 05:43:54 10. 23175 0.031 1.83 MiB 0.019 1 986 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-03-06 05:43:54 11. 22550 0.03 1.76 MiB 0.018 1 290 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-03-06 05:43:54 12. 22121 0.029 990.30 KiB 0.01 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-03-06 05:43:54 13. 15597 0.021 1.08 MiB 0.011 1 1262 ['Trace'] 0.502 Reserved {} on local disk {}, having unreserved {}.
2025-03-06 05:43:54 14. 14260 0.019 1.56 MiB 0.016 6 341 ['Debug'] 0.996 {} Authenticated with global context as user {}
2025-03-06 05:43:54 15. 14260 0.019 1.17 MiB 0.012 6 341 ['Debug'] 0.996 {} Authenticating user '{}' from {}
2025-03-06 05:43:54 16. 14241 0.019 1.22 MiB 0.013 6 341 ['Debug'] 0.996 {} Logout, user_id: {}
2025-03-06 05:43:54 17. 14095 0.019 1.51 MiB 0.016 4 289 ['Debug'] 1 {} Creating session context with user_id: {}
2025-03-06 05:43:54 18. 13880 0.018 1.90 MiB 0.02 1 2 ['Trace'] 1 Creating part at path {}
2025-03-06 05:43:54 19. 13346 0.018 1.54 MiB 0.016 665 535 ['Trace'] 0.342 Renaming temporary part {} to {} with tid {}.
2025-03-06 05:43:54 20. 12191 0.016 845.35 KiB 0.009 662 1055 ['Trace'] 0.525 Trying to reserve {} using storage policy from min volume index {}
2025-03-06 05:43:54 21. 12089 0.016 576.64 KiB 0.006 1 545 ['Trace'] 0.32 filled checksums {}
2025-03-06 05:43:54 22. 12061 0.016 573.60 KiB 0.006 1 143 ['Debug'] 0.209 Peak memory usage{}: {}.
2025-03-06 05:43:54 23. 9182 0.012 1.64 MiB 0.017 3 288 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-03-06 05:43:54 24. 9178 0.012 11.21 MiB 0.117 2 288 ['Trace'] 1 Request URI: {}
2025-03-06 05:43:54 25. 8980 0.012 184.16 KiB 0.002 2 288 ['Debug'] 0.077 Done processing query
2025-03-06 05:43:54 26. 8468 0.011 670.38 KiB 0.007 470 113 ['Trace'] 0.001 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-03-06 05:43:54 27. 7153 0.01 160.66 KiB 0.002 1 918 ['Trace'] 0 Merging aggregated data
2025-03-06 05:43:54 28. 6907 0.009 651.96 KiB 0.007 1 42 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-03-06 05:43:54 29. 5870 0.008 191.59 KiB 0.002 2 129 ['Trace'] 1 TCP Request. Address: {}
2025-03-06 05:43:54 30. 5870 0.008 566.78 KiB 0.006 1 129 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-03-06 05:43:54 31. 5828 0.008 153.67 KiB 0.002 1 119 ['Debug'] 1 Done processing connection.
2025-03-06 05:43:54 32. 5702 0.008 216.05 KiB 0.002 532 135 ['Debug'] 0.005 Key condition: {}
2025-03-06 05:43:54 33. 5433 0.007 619.28 KiB 0.006 528 134 ['Debug'] 0.005 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-03-06 05:43:54 34. 4797 0.006 248.28 KiB 0.003 452 125 ['Trace'] 0.005 Spreading mark ranges among streams (default reading)
2025-03-06 05:43:54 35. 4118 0.005 352.00 KiB 0.004 173 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-03-06 05:43:54 36. 4068 0.005 566.44 KiB 0.006 118 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-03-06 05:43:54 37. 3855 0.005 139.83 KiB 0.001 15 15 ['Trace'] 1 Flushed system log up to offset {}
2025-03-06 05:43:54 38. 3855 0.005 224.69 KiB 0.002 15 15 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-03-06 05:43:54 39. 3741 0.005 337.87 KiB 0.003 89 515 ['Trace'] 0.999 Insert entry {} to queue with type {}
2025-03-06 05:43:54 40. 3732 0.005 299.17 KiB 0.003 124 928 ['Trace'] 0.956 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-03-06 05:43:54 41. 3654 0.005 745.25 KiB 0.008 1 70 ['Debug'] 0 After join block: '{}'
2025-03-06 05:43:54 42. 3654 0.005 492.87 KiB 0.005 1 70 ['Debug'] 0 Before join block: '{}'
2025-03-06 05:43:54 43. 3611 0.005 91.69 KiB 0.001 89 515 ['Debug'] 0.999 Pulled {} entries to queue.
2025-03-06 05:43:54 44. 3611 0.005 208.06 KiB 0.002 89 515 ['Debug'] 0.999 Pulling {} entries to queue: {} - {}
2025-03-06 05:43:54 45. 3346 0.004 387.90 KiB 0.004 1 82 ['Trace'] 0.012 PREWHERE condition was split into {} steps: {}
2025-03-06 05:43:54 46. 3300 0.004 254.59 KiB 0.003 1 217 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-03-06 05:43:54 47. 3137 0.004 335.04 KiB 0.003 1 28 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-03-06 05:43:54 48. 2578 0.003 79.00 KiB 0.001 81 783 ['Trace'] 0.004 Found {} range in {} steps
2025-03-06 05:43:54 49. 2578 0.003 77.74 KiB 0.001 81 783 ['Trace'] 0.004 Found (RIGHT) boundary mark: {}
2025-03-06 05:43:54 50. 2578 0.003 74.63 KiB 0.001 81 783 ['Trace'] 0.004 Found (LEFT) boundary mark: {}
2025-03-06 05:43:54 51. 2578 0.003 184.61 KiB 0.002 81 783 ['Trace'] 0.004 Running binary search on index range for part {} ({} marks)
2025-03-06 05:43:54 52. 2533 0.003 106.33 KiB 0.001 105 32 ['Debug'] 0.272 Committing part {} to zookeeper
2025-03-06 05:43:54 53. 2395 0.003 95.89 KiB 0.001 1 228 ['Debug'] 0.594 Will use old analyzer to prepare mutation
2025-03-06 05:43:54 54. 2281 0.003 20.05 KiB 0 2 96 ['Trace'] 0.002 No tables
2025-03-06 05:43:54 55. 2281 0.003 46.78 KiB 0 1 853 ['Debug'] 1 Stop worker in {}
2025-03-06 05:43:54 56. 2281 0.003 158.12 KiB 0.002 1 654 ['Debug'] 1 Finish load job '{}' with status {}
2025-03-06 05:43:54 57. 2281 0.003 155.90 KiB 0.002 1 96 ['Debug'] 0.002 Schedule load job '{}' into {}
2025-03-06 05:43:54 58. 2281 0.003 71.28 KiB 0.001 1 741 ['Debug'] 0.498 Spawn loader worker #{} in {}
2025-03-06 05:43:54 59. 2281 0.003 149.22 KiB 0.002 1 654 ['Debug'] 1 Execute load job '{}' in {}
2025-03-06 05:43:54 60. 2280 0.003 180.33 KiB 0.002 1 96 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2025-03-06 05:43:54 61. 2258 0.003 74.97 KiB 0.001 1 750 ['Debug'] 0.501 Change current priority: {} -> {}
2025-03-06 05:43:54 62. 2249 0.003 278.25 KiB 0.003 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-03-06 05:43:54 63. 2085 0.003 85.22 KiB 0.001 105 32 ['Debug'] 0.331 Part {} committed to zookeeper
2025-03-06 05:43:54 64. 2038 0.003 162.34 KiB 0.002 1 807 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-03-06 05:43:54 65. 2008 0.003 166.90 KiB 0.002 1 47 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-03-06 05:43:54 66. 2008 0.003 68.59 KiB 0.001 1 47 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-03-06 05:43:54 67. 1969 0.003 256.74 KiB 0.003 1 46 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-03-06 05:43:54 68. 1966 0.003 129.60 KiB 0.001 204 46 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-03-06 05:43:54 69. 1958 0.003 104.95 KiB 0.001 182 539 ['Debug'] 0.883 Selected {} parts from {} to {}
2025-03-06 05:43:54 70. 1925 0.003 221.88 KiB 0.002 567 351 ['Debug'] 0.934 Removing {} parts from filesystem (serially): Parts: [{}]
2025-03-06 05:43:54 71. 1836 0.002 53.79 KiB 0.001 171 504 ['Debug'] 0.992 Updating strategy picker state
2025-03-06 05:43:54 72. 1700 0.002 152.60 KiB 0.002 1 739 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-03-06 05:43:54 73. 1625 0.002 312.17 KiB 0.003 1 70 ['Trace'] 0 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2025-03-06 05:43:54 74. 1577 0.002 101.75 KiB 0.001 1 81 ['Trace'] 0.008 {}Join data is being destroyed, {} bytes and {} rows in hash table
2025-03-06 05:43:54 75. 1461 0.002 186.73 KiB 0.002 1 460 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-03-06 05:43:54 76. 1461 0.002 292.27 KiB 0.003 1 460 ['Information'] 1 Removing metadata {} of dropped table {}
2025-03-06 05:43:54 77. 1460 0.002 108.36 KiB 0.001 1 96 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-03-06 05:43:54 78. 1459 0.002 107.61 KiB 0.001 87 205 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2025-03-06 05:43:54 79. 1398 0.002 92.65 KiB 0.001 1 121 ['Debug'] 0 Will kill query {} (synchronously)
2025-03-06 05:43:54 80. 1397 0.002 141.48 KiB 0.001 73 82 ['Trace'] 0.906 Found {} old parts to remove. Parts: [{}]
2025-03-06 05:43:54 81. 1397 0.002 142.85 KiB 0.001 73 82 ['Debug'] 0.906 Removing {} parts from memory: Parts: [{}]
2025-03-06 05:43:54 82. 1354 0.002 42.83 KiB 0 19 36 ['Debug'] 0 Requested flush up to offset {}
2025-03-06 05:43:54 83. 1305 0.002 32.01 KiB 0 1 75 ['Trace'] 0.014 {} -> {}
2025-03-06 05:43:54 84. 1196 0.002 87.03 KiB 0.001 1 89 ['Trace'] 0.015 The min valid primary key position for moving to the tail of PREWHERE is {}
2025-03-06 05:43:54 85. 1195 0.002 85.87 KiB 0.001 69 359 ['Trace'] 0.044 Used generic exclusion search over index for part {} with {} steps
2025-03-06 05:43:54 86. 1155 0.002 79.97 KiB 0.001 1093 16 ['Trace'] 1 Executing log entry to mutate part {} to {}
2025-03-06 05:43:54 87. 1154 0.002 127.35 KiB 0.001 1093 16 ['Trace'] 1 Mutating part {} with mutation commands from {} mutations ({}): {}
2025-03-06 05:43:54 88. 1141 0.002 67.83 KiB 0.001 1 96 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2025-03-06 05:43:54 89. 1141 0.002 93.60 KiB 0.001 1084 96 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-03-06 05:43:54 90. 1107 0.001 39.69 KiB 0 126 74 ['Debug'] 0 MinMax index condition: {}
2025-03-06 05:43:54 91. 1091 0.001 123.59 KiB 0.001 1 377 ['Information'] 0 Sorting and writing part of data into temporary file {}
2025-03-06 05:43:54 92. 1091 0.001 163.73 KiB 0.002 1 377 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2025-03-06 05:43:54 93. 1055 0.001 80.36 KiB 0.001 3 99 ['Trace'] 0.942 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2025-03-06 05:43:54 94. 1055 0.001 78.54 KiB 0.001 3 99 ['Trace'] 0.942 List of all grants including implicit: {}
2025-03-06 05:43:54 95. 1055 0.001 55.50 KiB 0.001 3 99 ['Trace'] 0.942 List of all grants: {}
2025-03-06 05:43:54 96. 1045 0.001 64.35 KiB 0.001 1 95 ['Debug'] 0.002 Wait load job '{}' in {}
2025-03-06 05:43:54 97. 969 0.001 115.76 KiB 0.001 67 32 ['Debug'] 1 Fetching part {} from {}:{}
2025-03-06 05:43:54 98. 890 0.001 15.64 KiB 0 792 105 ['Debug'] 0.022 Loading data parts
2025-03-06 05:43:54 99. 883 0.001 33.31 KiB 0 1 503 ['Debug'] 0 Aggregated. {} to {} rows (from {})
2025-03-06 05:43:55 100. 882 0.001 17.23 KiB 0 1 503 ['Trace'] 0 Aggregating in order
2025-03-06 05:43:55
2025-03-06 05:43:55
2025-03-06 05:43:55
2025-03-06 05:43:55 Top messages without format string (fmt::runtime):
2025-03-06 05:43:55
2025-03-06 05:43:55 count pattern runtime_message line
2025-03-06 05:43:55
2025-03-06 05:43:55 1. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.12.76.altinitystable) (from [::1]:34190) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keepe ('/executeQuery.cpp',218)
2025-03-06 05:43:55 2. 8 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('SEECTwrong'): SEECTwrong. Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SEL ('/executeQuery.cpp',218)
2025-03-06 05:43:55 3. 6 CodeDBExceptionReceivedfromlocal Code: 242. DB::Exception: Received from localhost:9000. DB::Exception: Table is in readonly mode: replica_path=/tables/shard_1/data/replicas/read. Stack trace:
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const ('/executeQuery.cpp',218)
2025-03-06 05:43:55 4. 4 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT formatQuery(''). (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:60178) (comment: 02882_formatQuery.sql) (in query: SELECT formatQuery('');), Stack trace (when copying this message, alway ('/executeQuery.cpp',218)
2025-03-06 05:43:55 5. 4 CodeDBExceptionTherequestsignatu Code: 499. DB::Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (S3_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:59426) (comment: 02843_backup_use_same_s3_credentials_for ('/executeQuery.cpp',218)
2025-03-06 05:43:55 6. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-03-06 05:43:55 7. 2 CodeDBExceptionReceivedfromDBExc Code: 507. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: Sharding key modulo(sub_key, 2) is not used. Stack trace:
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e9d9089
2025-03-06 05:43:55 1. ('/executeQuery.cpp',218)
2025-03-06 05:43:55 8. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::ffff:127.0.0.1]:51934) (in query: ), Stack trace (when copying this message, always include the lines below):
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/except ('/executeQuery.cpp',218)
2025-03-06 05:43:55 9. 2 CodeDBExceptionThereisnosubtypef Code: 386. DB::Exception: There is no subtype for types String, UInt8 because some of them are String/FixedString and some of them are not: In scope SELECT ['1', '2'] AS arr1, [1, 2] AS arr2, round(arrayJaccardIndex(arr1, arr2), 2). (NO_COMMON_TYPE) (versi ('/executeQuery.cpp',218)
2025-03-06 05:43:55 10. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-03-06 05:43:55 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 13. 1 CodeDBExceptionavroExceptionCann Code: 1001. DB::Exception: avro::Exception: Cannot read compressed data, expected at least 4 bytes, got 0. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/exception:141: st ('/TCPHandler.cpp',701)
2025-03-06 05:43:55 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-03-06 05:43:55 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-03-06 05:43:55 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 15. 1 stdexceptionCodetypestdruntimeer std::exception. Code: 1001, type: std::runtime_error, e.what() = ran out of bytes (version 24.3.12.76.altinitystable) (from [::1]:35962) (comment: 02688_aggregate_states.sql) (in query: SELECT '\x01\x01\x01'::AggregateFunction(groupBitmap, UInt64);), Stack ('/executeQuery.cpp',218)
2025-03-06 05:43:55 16. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 17. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 18. 1 CodeDBExceptionstdruntimeerrorra Code: 1001. DB::Exception: std::runtime_error: ran out of bytes. (STD_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-03-06 05:43:55
2025-03-06 05:43:55 0. ./contrib/llvm-project/libcxx/include/exception:141: std::runtime_error::runtime_error(char const ('/TCPHandler.cpp',701)
2025-03-06 05:43:55 19. 1 FailedtomakebackupShttplocalhost Failed to make backup S3('http://localhost:11111/test/backups/test_sm1j3uwv/use_same_s3_credentials_for_base_backup_base_inc_3_bad', 'test', '[HIDDEN]'): Code: 499. DB::Exception: The request signature we calculated does not match the signature you provide ('/Exception.cpp',222)
2025-03-06 05:43:55 20. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2025-03-06 05:43:55 21. 1 stdexceptionCodetypeavroExceptio std::exception. Code: 1001, type: avro::Exception, e.what() = Cannot read compressed data, expected at least 4 bytes, got 0 (version 24.3.12.76.altinitystable) (from [::1]:34212) (comment: 02373_heap_buffer_overflow_in_avro.sh) (in query: select * from fil ('/executeQuery.cpp',218)
2025-03-06 05:43:55 22. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2025-03-06 05:43:55 commit index 0
2025-03-06 05:43:55 term 0
2025-03-06 05:43:55 election timer allowed
2025-03-06 05:43:55 log store start 1, end 0
2025-03-06 05:43:55 config log idx 0, prev log idx 0
2025-03-06 05:43:55 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 23. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 24. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 25. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 26. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 27. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2025-03-06 05:43:55 28. 1 logTraceFunctionTest logTrace Function Test ('/logTrace.cpp',50)
2025-03-06 05:43:55 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2025-03-06 05:44:01 30. 1 startingup starting up ('',0)
2025-03-06 05:44:01
2025-03-06 05:44:01
2025-03-06 05:44:01
2025-03-06 05:44:01 Top messages not matching their format strings:
2025-03-06 05:44:01
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 1. 28 Forked a child process to watch
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 2. Query {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 to stage Complete
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 3. Query {} from stage {} to stage {}{} 19 Query SELECT _CAST(1, 'UInt8') AS `like('a�b', 'a%�b')` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 4. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 14 Not executing log entry queue-0000000015 of type MUTATE_PART for part all_43_43_0_48 because source parts size (170.00 B) is greater than the current maximum (0.00 B). (skipped 1 similar messages)
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 5. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 12 /var/lib/clickhouse/disks/s3_disk/store/f9d/f9d11889-d2df-4495-a67f-d6da7b4ff265/tmp_insert_all_8_8_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2025-03-06 05:44:01 message_format_string count() any_message
2025-03-06 05:44:01
2025-03-06 05:44:01 6. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:38356) (comment: 02686_bson3.sql) -- It correctly throws exception about incorrect data:
2025-03-06 05:44:01 SELECT * FROM format(BSONEachRow, 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^ WatchID c*5/ !p~JavaEnable Title GoodEvent EventTime 7��Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnabl�������sMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime &��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID ��F�ӓ2qJavaEnable Title GoodEvent EventTime n$�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ǘ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage P��amPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID l!�|�@HJavaEnable Title GoodEvent EventTime �)�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime }��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID �ǐ=ЌWJavaEnable Title GoodEvent EventTime 8*�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ݞ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID � WatchID ��E&LyJavaEnable Title GoodEvent EventTime J��Q EventDate > CounterID ClientIP ��I`RegionID ' UserID q��Jd8CounterClass OS UserAgent URL - http://holodilnik.ru/russia/05jul2013&model=0Referer IsRefresh RefererCategoryID RefererRegionID URLCateParams String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �
2025-03-06 05:44:04 o���eCLID � WatchID ��k=��pJavaEnable Title GoodEvent EventTime ��Q EventDate > CounterID Clien����Q9�HRegionID G UserID
�Ks}��CounterClass OS UserAgent URL H http://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID 0= URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4
PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID :��W��mOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime A��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash ��
�#�\CLID � WatchID �1��o�CJavaEnable Title GoodEvent EventTime �0�Q EventDate > CounterID ClientIP �^{]RegionID � UserID &n%�t"6CounterClas⋯
2025-03-06 05:44:04
2025-03-06 05:44:04
2025-03-06 05:44:04
2025-03-06 05:44:04 Top short messages:
2025-03-06 05:44:04
2025-03-06 05:44:04 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-03-06 05:44:04
2025-03-06 05:44:04 1. 13 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' Nullable(size = 1, UInt32(size = 1), UInt8(size = 1)) Nullable(s 62
2025-03-06 05:44:04 2. 5 {} Server was built with sanitizer. It will work slowly. 27
2025-03-06 05:44:04 3. 5 Froze {} parts Froze 10 parts -13
2025-03-06 05:44:04 4. 4 Creating {}: {} Creating table test_u2jghe9g.test: CREATE TABLE IF NOT EXISTS test_u2jghe9g.test UUID '58a19f3b-f678-4519-b0bd-542da7942 211
2025-03-06 05:44:04 5. 2 Substitution {} is not set Code: 456. DB::Exception: Substitution `s` is not set. (UNKNOWN_QUERY_PARAMETER) (version 24.3.12.76.altinitystable) (fr 29
2025-03-06 05:44:04
2025-03-06 05:44:04
2025-03-06 05:44:04
2025-03-06 05:44:04 Top messages by level:
2025-03-06 05:44:04
2025-03-06 05:44:04 (0.00044175664797184465,'Query was cancelled') Error
2025-03-06 05:44:04 (0.00002528125395019593,'The leftovers from table {} were removed by another replica') Warning
2025-03-06 05:44:04 (0.00194399536953875,'Removing metadata {} of dropped table {}') Information
2025-03-06 05:44:04 (0.04427812040529842,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-03-06 05:44:04 (0.04624207465953469,'Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)') Trace
2025-03-06 05:44:04
2025-03-06 05:44:04
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137428
drwxr-xr-x 1 root root 4096 Mar 6 05:34 .
drwxr-xr-x 1 root root 4096 Mar 6 05:34 ..
-rw-rw-r-- 1 1000 1000 300 Mar 6 04:54 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 22:22 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Mar 6 04:58 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Mar 6 04:58 __azurite_db_blob__.json
-rw-r--r-- 1 root root 51611 Mar 6 05:43 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 23:04 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Mar 6 04:58 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 2558 Mar 6 04:54 broken_tests.json
drwxr-xr-x 5 root root 340 Mar 6 04:56 dev
-rwxr-xr-x 1 root root 0 Mar 6 04:56 .dockerenv
drwxr-xr-x 1 root root 4096 Mar 6 04:57 etc
drwxr-xr-x 1 1000 1000 4096 Mar 6 04:57 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 23:04 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 23:04 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 22:42 mc
drwxr-xr-x 2 root root 4096 Sep 11 23:04 media
-rwxr-xr-x 1 root root 118595584 Oct 31 22:42 minio
drwxr-xr-x 4 root root 4096 Mar 6 04:57 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 23:04 mnt
drwxr-xr-x 2 root root 4096 Sep 11 23:04 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Mar 6 04:56 package_folder
drwxr-x--- 2 root root 4096 Mar 6 04:59 preprocessed_configs
dr-xr-xr-x 311 root root 0 Mar 6 04:56 proc
-rwxrwxr-x 1 root root 8329 Oct 31 22:22 process_functional_tests_result.py
drwx------ 1 root root 4096 Mar 6 05:39 root
drwxr-xr-x 1 root root 4096 Mar 6 04:57 run
-rwxrwxr-x 1 root root 16095 Oct 31 22:22 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 23:04 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Mar 6 04:58 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 22:22 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 22:22 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 22:22 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 23:04 srv
-rw-rw-r-- 1 root root 13192 Oct 31 22:22 stress_tests.lib
dr-xr-xr-x 13 root root 0 Mar 6 04:56 sys
drwxrwxr-x 2 1000 1000 4096 Mar 6 04:58 test_output
drwxrwxrwt 1 root root 32768 Mar 6 05:44 tmp
drwxr-xr-x 2 root root 4096 Mar 6 04:59 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 23:04 usr
-rw-rw-r-- 1 root root 833 Oct 31 22:22 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 23:07 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137428
drwxr-xr-x 1 root root 4096 Mar 6 05:34 .
drwxr-xr-x 1 root root 4096 Mar 6 05:34 ..
-rw-rw-r-- 1 1000 1000 300 Mar 6 04:54 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 22:22 attach_gdb.lib
-rw-r--r-- 1 root root 1481 Mar 6 04:58 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Mar 6 04:58 __azurite_db_blob__.json
-rw-r--r-- 1 root root 51611 Mar 6 05:43 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 23:04 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Mar 6 04:58 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 2558 Mar 6 04:54 broken_tests.json
drwxr-xr-x 5 root root 340 Mar 6 04:56 dev
-rwxr-xr-x 1 root root 0 Mar 6 04:56 .dockerenv
drwxr-xr-x 1 root root 4096 Mar 6 04:57 etc
drwxr-xr-x 1 1000 1000 4096 Mar 6 04:57 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 23:04 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 23:04 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 23:04 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 22:42 mc
drwxr-xr-x 2 root root 4096 Sep 11 23:04 media
-rwxr-xr-x 1 root root 118595584 Oct 31 22:42 minio
drwxr-xr-x 4 root root 4096 Mar 6 04:57 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 23:04 mnt
drwxr-xr-x 2 root root 4096 Sep 11 23:04 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Mar 6 04:56 package_folder
drwxr-x--- 2 root root 4096 Mar 6 04:59 preprocessed_configs
dr-xr-xr-x 311 root root 0 Mar 6 04:56 proc
-rwxrwxr-x 1 root root 8329 Oct 31 22:22 process_functional_tests_result.py
drwx------ 1 root root 4096 Mar 6 05:39 root
drwxr-xr-x 1 root root 4096 Mar 6 04:57 run
-rwxrwxr-x 1 root root 16095 Oct 31 22:22 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 23:04 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Mar 6 04:58 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 22:22 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 22:22 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 22:22 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 23:04 srv
-rw-rw-r-- 1 root root 13192 Oct 31 22:22 stress_tests.lib
dr-xr-xr-x 13 root root 0 Mar 6 04:56 sys
drwxrwxr-x 2 1000 1000 4096 Mar 6 04:58 test_output
drwxrwxrwt 1 root root 32768 Mar 6 05:44 tmp
drwxr-xr-x 2 root root 4096 Mar 6 04:59 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 23:04 usr
-rw-rw-r-- 1 root root 833 Oct 31 22:22 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 23:07 var
+ /process_functional_tests_result.py
2025-03-06 05:44:04,623 File /analyzer_tech_debt.txt with broken tests found
2025-03-06 05:44:04,624 File /broken_tests.json with broken tests found
2025-03-06 05:44:04,624 Broken tests in the list: 29
2025-03-06 05:44:04,625 Find files in result folder garbage.log,run.log,gdb.log,test_result.txt
2025-03-06 05:44:04,632 Is flaky check: False
2025-03-06 05:44:04,632 Result parsed
2025-03-06 05:44:04,634 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'''
+ echo '++ zstd --threads=0
++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'''
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Sent terminate signal to process with pid 741.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 741.
The process with pid = 741 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ zstd --threads=0
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]